equal
deleted
inserted
replaced
28 this.renderer.click_target = null; |
28 this.renderer.click_target = null; |
29 this.renderer.removeRepresentationsOfType("editor"); |
29 this.renderer.removeRepresentationsOfType("editor"); |
30 this.renderer.addTempEdge(this.source_representation, _point); |
30 this.renderer.addTempEdge(this.source_representation, _point); |
31 } |
31 } |
32 } |
32 } |
33 }); |
33 }).value(); |
|
34 // }); |
34 |
35 |
35 /* NodeLinkButton End */ |
36 /* NodeLinkButton End */ |
36 |
37 |
37 return NodeLinkButton; |
38 return NodeLinkButton; |
38 |
39 |