client/js/renderer/nodeeditor.js
changeset 647 eaaa1efce396
parent 625 4d67ae41b9b3
child 648 e388117572d8
equal deleted inserted replaced
646:61c45e41a515 647:eaaa1efce396
    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,