client/js/renderer/noderemovebutton.js
changeset 449 aae670254c49
parent 434 0d5998b32a7c
child 453 04b7d46e9d67
equal deleted inserted replaced
448:41a5cb13c0b1 449:aae670254c49
    12     _(NodeRemoveButton.prototype).extend({
    12     _(NodeRemoveButton.prototype).extend({
    13         _init: function() {
    13         _init: function() {
    14             this.type = "Node-remove-button";
    14             this.type = "Node-remove-button";
    15             this.lastSectorInner = 0;
    15             this.lastSectorInner = 0;
    16             this.startAngle = 0;
    16             this.startAngle = 0;
    17             this.endAngle = 90;
    17             this.endAngle = 60;
    18             this.imageName = "remove";
    18             this.imageName = "remove";
    19             this.text = "Remove";
    19             this.text = "Remove";
    20         },
    20         },
    21         mouseup: function() {
    21         mouseup: function() {
    22             this.renderer.click_target = null;
    22             this.renderer.click_target = null;