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

Method showLoading

app/views/core/ModalView.js:104–107  ·  view source on GitHub ↗
($el)

Source from the content-addressed store, hash-verified

102 }
103
104 showLoading ($el) {
105 if (!$el) { $el = this.$el.find('.modal-body') }
106 return super.showLoading($el)
107 }
108
109 onEsc () {
110 if (__guard__(__guard__(this.$el.data('bs.modal'), x1 => x1.options), x => x.keyboard)) {

Callers 1

runSearchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected