client/js/renderer/nodeeditor.js
changeset 647 eaaa1efce396
parent 625 4d67ae41b9b3
child 648 e388117572d8
--- a/client/js/renderer/nodeeditor.js	Tue Oct 04 16:40:25 2016 +0200
+++ b/client/js/renderer/nodeeditor.js	Thu Jan 05 16:26:07 2017 +0100
@@ -12,7 +12,6 @@
         _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.node_editor_templates;
         },