editor: fallback to original tag/class name in case of lack of defined human friendly...
[fnpeditor.git] / src / editor / modules / nodePane / nodePane.js
index 80d4b87..b4b3424 100644 (file)
@@ -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) {