X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/2980da61646a1a597219608b9e9b4910525a65bd..264005bc6b4f629d4ef7d32c0aa626e3da7afbc7:/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) {