client/js/renderer/nodeenlargebutton.js
changeset 461 48235ed6b07d
parent 453 04b7d46e9d67
child 487 48be7ebb3187
equal deleted inserted replaced
460:bdf851bb1c4f 461:48235ed6b07d
    12 
    12 
    13     _(NodeEnlargeButton.prototype).extend({
    13     _(NodeEnlargeButton.prototype).extend({
    14         _init: function() {
    14         _init: function() {
    15             this.type = "Node-enlarge-button";
    15             this.type = "Node-enlarge-button";
    16             this.lastSectorInner = 0;
    16             this.lastSectorInner = 0;
    17             this.startAngle = -45;
    17             this.startAngle = -55;
    18             this.endAngle = 0;
    18             this.endAngle = -10;
    19             this.imageName = "enlarge";
    19             this.imageName = "enlarge";
    20             this.text = "Enlarge";
    20             this.text = "Enlarge";
    21         },
    21         },
    22         mouseup: function() {
    22         mouseup: function() {
    23             var _newsize = 1 + (this.source_representation.model.get("size") || 0);
    23             var _newsize = 1 + (this.source_representation.model.get("size") || 0);