Yea, toast

This commit is contained in:
Max Lynch
2015-11-28 16:24:38 -06:00
parent 33b56579b0
commit 4b519753d2
8 changed files with 12 additions and 2 deletions
+3
View File
@@ -19,6 +19,9 @@ export class Plugin {
doMethod(method) {
console.log('Doing method', method, 'on Plugin', this.plugin);
// TODO: Pass args
this.plugin[method].apply(this.plugin);
}
}