X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3c3939e2970468061592e66fc8989189279c3d17..2eac26a1b1fc8995dcebeba22f6991ef3542a886:/src/editor/modules/documentToolbar/documentToolbar.js diff --git a/src/editor/modules/documentToolbar/documentToolbar.js b/src/editor/modules/documentToolbar/documentToolbar.js index 84361ad..6c58555 100644 --- a/src/editor/modules/documentToolbar/documentToolbar.js +++ b/src/editor/modules/documentToolbar/documentToolbar.js @@ -9,7 +9,7 @@ return function(sandbox) { currentNode; var view = { - node: $(_.template(template)({tagNames: wlxmlUtils.wlxmlTagNames, classNames: wlxmlUtils.wlxmlClassNames, templates: documentTemplates})), + node: $(_.template(template)({wlxmlUtils: wlxmlUtils, templates: documentTemplates})), setup: function() { var view = this;