MCPcopy Create free account
hub / github.com/codecombat/codecombat /

Class

app/collections/CocoCollection.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16module.exports = (CocoCollection = (function () {
17 CocoCollection = class CocoCollection extends Backbone.Collection {
18 static initClass () {
19 this.prototype.loaded = false
20 this.prototype.model = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected