mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
initial for JS strict mode
This commit is contained in:
@@ -22,7 +22,7 @@ var PluginHost = {
|
||||
console.warn('PluginHost::run ' + name);
|
||||
|
||||
if (typeof(this.hooks[name]) != 'undefined')
|
||||
for (i = 0; i < this.hooks[name].length; i++)
|
||||
for (var i = 0; i < this.hooks[name].length; i++)
|
||||
if (!this.hooks[name][i](args)) break;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user