lib
This commit is contained in:
parent
53774f1e8c
commit
4b2c9e144a
|
@ -4093,7 +4093,7 @@
|
||||||
};
|
};
|
||||||
BDFDB.WindowUtils.addListener = function (plugin, actions, callback) {
|
BDFDB.WindowUtils.addListener = function (plugin, actions, callback) {
|
||||||
if (!BDFDB.ObjectUtils.is(plugin) || !actions || typeof callback != "function") return;
|
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(" ")) {
|
for (let action of actions.split(" ")) {
|
||||||
action = action.split(".");
|
action = action.split(".");
|
||||||
let eventname = action.shift().toLowerCase();
|
let eventname = action.shift().toLowerCase();
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue