|
|
@ -24,8 +24,9 @@ PluginHost = {
|
|
|
|
//console.warn('PluginHost::run ' + name);
|
|
|
|
//console.warn('PluginHost::run ' + name);
|
|
|
|
|
|
|
|
|
|
|
|
if (typeof(this.hooks[name]) != 'undefined')
|
|
|
|
if (typeof(this.hooks[name]) != 'undefined')
|
|
|
|
for (let i = 0; i < this.hooks[name].length; i++)
|
|
|
|
for (let i = 0; i < this.hooks[name].length; i++) {
|
|
|
|
if (!this.hooks[name][i](args)) break;
|
|
|
|
this.hooks[name][i](args);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|