js-plugin
js-plugin copied to clipboard
A general javascript plugin engine.
I think it would be great so specify sertain actions when sertain events happen like onRegister, onUnregister ect. Maybe we can rename `initialize` to `onRegister` because it would do the...
Hi, extremely useful library, thank you very much. One problem, though: If I do `plugin.invoke("does.not.exist")`, I get ``` TypeError: o is undefined _isFunc http://localhost:3001/src/modules/plugin.js:20 invoke http://localhost:3001/src/modules/plugin.js:127 invoke http://localhost:3001/src/modules/plugin.js:125 // ......