Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
forkModel
Method · 0.45
onClickSaveButton
Method · 0.45
onModelSubmitted
Method · 0.45
makeNewLevelComponent
Method · 0.45
commitLevel
Method · 0.45
makeNewLevelSystem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected