| 12 | |
| 13 | module.exports = (RecentlyPlayedCollection = (function () { |
| 14 | RecentlyPlayedCollection = class RecentlyPlayedCollection extends CocoCollection { |
| 15 | static initClass () { |
| 16 | this.prototype.model = LevelSession |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected