()
| 240 | } |
| 241 | |
| 242 | onLoaded () { |
| 243 | if (debugInventory) { console.log('Inside onLoaded') } |
| 244 | // Both items and session have been loaded. |
| 245 | this.onItemsLoaded() |
| 246 | return super.onLoaded() |
| 247 | } |
| 248 | |
| 249 | getRenderData (context) { |
| 250 | if (context == null) { context = {} } |
nothing calls this directly
no test coverage detected