patch-context
v2.0.1
Published
add a context menu to patch{bay,work}
Downloads
1
Readme
patch-context
add a context menu to patch{bay,work}
this patch module decorates the window.
//use by adding a line like this to the main app module.
window = api.app.sync.window(window)
then merge this into your depject loader.
combine(
require('patch-context'),
...
)
TODO
make the context menu itself made of modules.
License
MIT