From b906bfa096cdc1136e14fc4e2f117084a3e1270f Mon Sep 17 00:00:00 2001 From: softwareCobbler Date: Mon, 18 Feb 2019 05:58:40 -0500 Subject: [PATCH] fix failing test from ItemSet.js (#4256) --- lib/timeline/component/ItemSet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/timeline/component/ItemSet.js b/lib/timeline/component/ItemSet.js index 485c5fe2..5e615b7a 100644 --- a/lib/timeline/component/ItemSet.js +++ b/lib/timeline/component/ItemSet.js @@ -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();