client/js/renderer/nodeeditbutton.js
changeset 453 04b7d46e9d67
parent 434 0d5998b32a7c
child 487 48be7ebb3187
equal deleted inserted replaced
452:96f84344a70e 453:04b7d46e9d67
    11 
    11 
    12     _(NodeEditButton.prototype).extend({
    12     _(NodeEditButton.prototype).extend({
    13         _init: function() {
    13         _init: function() {
    14             this.type = "Node-edit-button";
    14             this.type = "Node-edit-button";
    15             this.lastSectorInner = 0;
    15             this.lastSectorInner = 0;
    16             this.startAngle = -135;
    16             this.startAngle = -125;
    17             this.endAngle = -45;
    17             this.endAngle = -55;
    18             this.imageName = "edit";
    18             this.imageName = "edit";
    19             this.text = "Edit";
    19             this.text = "Edit";
    20         },
    20         },
    21         mouseup: function() {
    21         mouseup: function() {
    22             if (!this.renderer.is_dragging) {
    22             if (!this.renderer.is_dragging) {