Browse Source

fix failing test from ItemSet.js (#4256)

develop
softwareCobbler 5 years ago
committed by Alexander Wunschik
parent
commit
b906bfa096
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/timeline/component/ItemSet.js

+ 1
- 0
lib/timeline/component/ItemSet.js View File

@ -541,6 +541,7 @@ ItemSet.prototype.show = function() {
/**
* Activates the popup timer to show the given popup after a fixed time.
* @param {any} popup
*/
ItemSet.prototype.setPopupTimer = function (popup) {
this.clearPopupTimer();

Loading…
Cancel
Save