(e)
| 62 | } |
| 63 | |
| 64 | callback (e) { |
| 65 | if ((e != null ? e.point : undefined) == null) { return } |
| 66 | this.data.x = shorten(e.point.x) |
| 67 | this.data.y = shorten(e.point.y) |
| 68 | return this.refreshDisplay() |
| 69 | } |
| 70 | }) |
| 71 | |
| 72 | class WorldRegionNode extends TreemaNode.nodeMap.object { |