This commit is contained in:
Mirco Wittrien 2019-12-07 10:26:28 +01:00
parent 53774f1e8c
commit 4b2c9e144a
2 changed files with 2 additions and 2 deletions

View File

@ -4093,7 +4093,7 @@
};
BDFDB.WindowUtils.addListener = function (plugin, actions, callback) {
if (!BDFDB.ObjectUtils.is(plugin) || !actions || typeof callback != "function") return;
BDFDB.WindowUtils.removeListener(plugin, ele, actions, selector);
BDFDB.WindowUtils.removeListener(plugin, actions);
for (let action of actions.split(" ")) {
action = action.split(".");
let eventname = action.shift().toLowerCase();

File diff suppressed because one or more lines are too long