...
This commit is contained in:
parent
97b7ef16c6
commit
f3430f9846
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -58,7 +58,7 @@ module.exports = (function() {
|
|||
return;
|
||||
}
|
||||
|
||||
; if (Plugin.prototype[method.split(':')[0]]) {
|
||||
if (Plugin.prototype[method.split(':')[0]]) {
|
||||
Plugin._extended[method] = Plugin._extended[method] || [];
|
||||
Plugin._extended[method].push({ name: extension.name, fn: fn });
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue