X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3501d4ca6ca516663162da0cd2bd1e12b8491450..e64e37a2fbe6d64b2513133d34370f0d1a63f7b9:/modules/documentCanvas/documentCanvas.js diff --git a/modules/documentCanvas/documentCanvas.js b/modules/documentCanvas/documentCanvas.js index fb67c0d..cc4964b 100644 --- a/modules/documentCanvas/documentCanvas.js +++ b/modules/documentCanvas/documentCanvas.js @@ -52,6 +52,9 @@ return function(sandbox) { }, wrapSelectionWithNewNode: function(wlxmlTag, wlxmlClass) { manager.wrapSelectionWithNewNode(wlxmlTag, wlxmlClass); + }, + command: function(command, meta) { + manager.command(command, meta); } }