X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3c3939e2970468061592e66fc8989189279c3d17..2eac26a1b1fc8995dcebeba22f6991ef3542a886:/src/editor/modules/nodePane/nodePane.js diff --git a/src/editor/modules/nodePane/nodePane.js b/src/editor/modules/nodePane/nodePane.js index 80d4b87..b4b3424 100644 --- a/src/editor/modules/nodePane/nodePane.js +++ b/src/editor/modules/nodePane/nodePane.js @@ -10,7 +10,7 @@ define([ return function(sandbox) { - var view = $(_.template(templateSrc)({tagNames: wlxmlUtils.wlxmlTagNames, classNames: wlxmlUtils.wlxmlClassNames})), + var view = $(_.template(templateSrc)({utils: wlxmlUtils})), currentNode; view.on('change', 'select', function(e) {