client/js/renderer/nodeeditor.js
changeset 450 88e8673aaeeb
parent 447 e246651b6626
child 461 48235ed6b07d
--- a/client/js/renderer/nodeeditor.js	Wed May 20 10:36:37 2015 +0200
+++ b/client/js/renderer/nodeeditor.js	Wed May 20 10:39:35 2015 +0200
@@ -12,6 +12,8 @@
         _init: function() {
             BaseEditor.prototype._init.apply(this);
             this.template = this.options.templates['templates/nodeeditor.html'];
+            //this.templates['default']= this.options.templates['templates/nodeeditor.html'];
+            //fusionner avec this.options.node_editor_templates
             this.readOnlyTemplate = this.options.templates['templates/nodeeditor_readonly.html'];
         },
         draw: function() {