Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
fix failing test from ItemSet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareCobbler committed Feb 3, 2019
1 parent dffd193 commit f2bec3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/timeline/component/ItemSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f2bec3e

Please sign in to comment.