(e)
| 224 | } |
| 225 | |
| 226 | onTabClicked (e) { |
| 227 | this.playSound('game-menu-tab-switch') |
| 228 | const nano = $($(e.target).attr('href')).find('.nano') |
| 229 | nano.nanoScroller({ alwaysVisible: true }) |
| 230 | this.paneNanoContent = nano.find('.nano-content') |
| 231 | return this.showVisibleItemImages() |
| 232 | } |
| 233 | |
| 234 | showVisibleItemImages () { |
| 235 | // dynamically load visible items when the user scrolls enough to see them |
nothing calls this directly
no test coverage detected