| changeset 512 | 480c1d2d6915 |
| parent 505 | a6a3b0e3da57 |
| child 649 | 2b9c120dba55 |
| 497:3ba7920facf4 | 512:480c1d2d6915 |
|---|---|
16 }, |
16 }, |
17 show: function() { |
17 show: function() { |
18 this.sector.show(); |
18 this.sector.show(); |
19 }, |
19 }, |
20 hide: function() { |
20 hide: function() { |
21 this.sector.hide(); |
21 if (this.sector){ |
22 this.sector.hide(); |
|
23 } |
|
22 }, |
24 }, |
23 select: function() { |
25 select: function() { |
24 this.sector.select(); |
26 this.sector.select(); |
25 }, |
27 }, |
26 unselect: function(_newTarget) { |
28 unselect: function(_newTarget) { |