MCPcopy Index your code
hub / github.com/codecombat/codecombat / showLoading

Method showLoading

app/views/editor/level/LevelEditView.js:172–175  ·  view source on GitHub ↗
($el)

Source from the content-addressed store, hash-verified

170 }
171
172 showLoading ($el) {
173 if ($el == null) { $el = this.$el.find('.outer-content') }
174 return super.showLoading($el)
175 }
176
177 onLoaded () {
178 _.defer(() => {

Callers 6

forkModelMethod · 0.45
onClickSaveButtonMethod · 0.45
onModelSubmittedMethod · 0.45
makeNewLevelComponentMethod · 0.45
commitLevelMethod · 0.45
makeNewLevelSystemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected