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

Method removeOldSearch

app/views/common/SearchView.js:137–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 removeOldSearch () {
138 if (this.collection == null) { return }
139 this.collection.off()
140 this.collection = null
141 }
142
143 onNewModelSaved (model) {
144 this.model = model

Callers 1

runSearchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected