This commit is contained in:
elclanrs 2013-11-15 23:10:03 -05:00
parent 97b7ef16c6
commit f3430f9846
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -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 {