client/js/renderer/nodelinkbutton.js
changeset 449 aae670254c49
parent 434 0d5998b32a7c
child 453 04b7d46e9d67
equal deleted inserted replaced
448:41a5cb13c0b1 449:aae670254c49
    11 
    11 
    12     _(NodeLinkButton.prototype).extend({
    12     _(NodeLinkButton.prototype).extend({
    13         _init: function() {
    13         _init: function() {
    14             this.type = "Node-link-button";
    14             this.type = "Node-link-button";
    15             this.lastSectorInner = 0;
    15             this.lastSectorInner = 0;
    16             this.startAngle = 90;
    16             this.startAngle = 120;
    17             this.endAngle = 180;
    17             this.endAngle = 180;
    18             this.imageName = "link";
    18             this.imageName = "link";
    19             this.text = "Link to another node";
    19             this.text = "Link to another node";
    20         },
    20         },
    21         mousedown: function(_event, _isTouch) {
    21         mousedown: function(_event, _isTouch) {