equal
deleted
inserted
replaced
10 |
10 |
11 _(NodeEditor.prototype).extend({ |
11 _(NodeEditor.prototype).extend({ |
12 _init: function() { |
12 _init: function() { |
13 BaseEditor.prototype._init.apply(this); |
13 BaseEditor.prototype._init.apply(this); |
14 this.template = this.options.templates['templates/nodeeditor.html']; |
14 this.template = this.options.templates['templates/nodeeditor.html']; |
15 //this.templates['default']= this.options.templates['templates/nodeeditor.html']; |
|
16 //fusionner avec this.options.node_editor_templates |
15 //fusionner avec this.options.node_editor_templates |
17 this.readOnlyTemplate = this.options.node_editor_templates; |
16 this.readOnlyTemplate = this.options.node_editor_templates; |
18 }, |
17 }, |
19 draw: function() { |
18 draw: function() { |
20 var _model = this.source_representation.model, |
19 var _model = this.source_representation.model, |