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

Method initClass

app/collections/CocoCollection.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16module.exports = (CocoCollection = (function () {
17 CocoCollection = class CocoCollection extends Backbone.Collection {
18 static initClass () {
19 this.prototype.loaded = false
20 this.prototype.model = null
21 }
22
23 initialize (models, options) {
24 if (options == null) { options = {} }

Callers 1

CocoCollection.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected