This commit is contained in:
Max Lynch 2015-11-29 22:38:28 -06:00
parent 5ddf39b638
commit 9bcf0ca925

View File

@ -46,7 +46,7 @@ export class Plugin {
let args = [];
if(pluginMethodArgEntry) {
args = pluginMethodArgEntry[method] || [];
args = [pluginMethodArgEntry[method]] || [];
console.log('Found some default args', args);
}