equal
deleted
inserted
replaced
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; |