client/js/renderer/nodeeditbutton.js
changeset 433 e457ec945e50
parent 293 fba23fde14ba
child 434 0d5998b32a7c
equal deleted inserted replaced
432:24754fe4baaf 433:e457ec945e50
    21         mouseup: function() {
    21         mouseup: function() {
    22             if (!this.renderer.is_dragging) {
    22             if (!this.renderer.is_dragging) {
    23                 this.source_representation.openEditor();
    23                 this.source_representation.openEditor();
    24             }
    24             }
    25         }
    25         }
    26     });
    26     }).value();
       
    27 //    });
    27 
    28 
    28     /* NodeEditButton End */
    29     /* NodeEditButton End */
    29 
    30 
    30     return NodeEditButton;
    31     return NodeEditButton;
    31 
    32