(e)
| 133 | } |
| 134 | |
| 135 | onClick (e) { |
| 136 | const btn = $(e.target).closest('.treema-map-button') |
| 137 | if (btn.length) { return this.openMap() } else { return super.onClick(...arguments) } |
| 138 | } |
| 139 | |
| 140 | openMap () { |
| 141 | // can't really get the bounds from this data, so will have to hack this solution |