equal
deleted
inserted
replaced
39 if(this.source_representation && this.source_representation.buttons_timeout) { |
39 if(this.source_representation && this.source_representation.buttons_timeout) { |
40 clearTimeout(this.source_representation.buttons_timeout); |
40 clearTimeout(this.source_representation.buttons_timeout); |
41 } |
41 } |
42 this.sector.select(); |
42 this.sector.select(); |
43 }, |
43 }, |
44 }); |
44 }).value(); |
|
45 // }); |
45 |
46 |
46 /* _NodeButton End */ |
47 /* _NodeButton End */ |
47 |
48 |
48 return _NodeButton; |
49 return _NodeButton; |
49 |
50 |