equal
deleted
inserted
replaced
11 |
11 |
12 _(NodeEditButton.prototype).extend({ |
12 _(NodeEditButton.prototype).extend({ |
13 _init: function() { |
13 _init: function() { |
14 this.type = "Node-edit-button"; |
14 this.type = "Node-edit-button"; |
15 this.lastSectorInner = 0; |
15 this.lastSectorInner = 0; |
16 this.startAngle = -135; |
16 this.startAngle = -125; |
17 this.endAngle = -45; |
17 this.endAngle = -55; |
18 this.imageName = "edit"; |
18 this.imageName = "edit"; |
19 this.text = "Edit"; |
19 this.text = "Edit"; |
20 }, |
20 }, |
21 mouseup: function() { |
21 mouseup: function() { |
22 if (!this.renderer.is_dragging) { |
22 if (!this.renderer.is_dragging) { |