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

Method showLoading

app/views/i18n/I18NEditModelView.js:63–66  ·  view source on GitHub ↗
($el)

Source from the content-addressed store, hash-verified

61 }
62
63 showLoading ($el) {
64 if ($el == null) { $el = this.$el.find('.outer-content') }
65 return super.showLoading($el)
66 }
67
68 onLoaded () {
69 super.onLoaded()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected