()
| 37 | } |
| 38 | |
| 39 | initialize () { |
| 40 | // @spade = new Spade() |
| 41 | this.codelogs = new CodeLogCollection() |
| 42 | this.supermodel.trackRequest(this.codelogs.fetchLatest()) |
| 43 | this.onUserIDInput = _.debounce(this.onUserIDInput, 300) |
| 44 | return this.onLevelSlugInput = _.debounce(this.onLevelSlugInput, 300) |
| 45 | } |
| 46 | // @supermodel.trackRequest(@codelogs.fetch()) |
| 47 | |
| 48 | onUserIDInput (e) { |
nothing calls this directly
no test coverage detected