cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-10-31 23:51:05 +03:00
parent aaa77d7eeb
commit 0a5b5fac0f

View File

@ -26,14 +26,6 @@ var widgets = require('features/ui-widgets')
// .....might be a good idea to add option to "pair" images as a
// generic sort thing -- is this grouping???
// XXX should the export mechanism be extensible???
// ...i.e. some way to identify the block and get its .ext and file content...
// one way to do this is to add an attr:
// export: <action(gid, data)>
// ...this could also be a generic API, not specific to 'virtual-blocks'
// implementing such export actions as:
// exportPreview(..)
// exportText(..)
// ...
// XXX add undo...
//
//