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

Method constructor

app/views/common/SearchView.js:75–81  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

73 }
74
75 constructor (options) {
76 super(options)
77 this.runSearch = this.runSearch.bind(this)
78 this.runSearch = _.debounce(this.runSearch, 500)
79 this.modelProperties = options.modelProperties || this.modelProperties || {}
80 this.hasNoNameProperty = options.hasNoNameProperty || this.hasNoNameProperty
81 }
82
83 afterRender () {
84 super.afterRender()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected