client/js/renderer/nodehidebutton.js
changeset 453 04b7d46e9d67
parent 449 aae670254c49
child 507 fe71fdbc6663
equal deleted inserted replaced
452:96f84344a70e 453:04b7d46e9d67
    11 
    11 
    12     _(NodeHideButton.prototype).extend({
    12     _(NodeHideButton.prototype).extend({
    13         _init: function() {
    13         _init: function() {
    14             this.type = "Node-hide-button";
    14             this.type = "Node-hide-button";
    15             this.lastSectorInner = 0;
    15             this.lastSectorInner = 0;
    16             this.startAngle = 60;
    16             this.startAngle = 45;
    17             this.endAngle = 120;
    17             this.endAngle = 90;
    18             this.imageName = "hide";
    18             this.imageName = "hide";
    19             this.text = "Hide";
    19             this.text = "Hide";
    20         },
    20         },
    21         mouseup: function() {
    21         mouseup: function() {
    22             this.renderer.click_target = null;
    22             this.renderer.click_target = null;