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

Method didOpenView

app/core/Router.js:765–771  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

763 }
764
765 didOpenView (view) {
766 globalVar.currentView = view
767 view.afterInsert()
768 view.didReappear()
769 this.path = document.location.pathname + document.location.search
770 return this.trigger('did-load-route')
771 }
772
773 closeCurrentView () {
774 if (globalVar.currentView != null ? globalVar.currentView.reloadOnClose : undefined) {

Callers 2

openViewMethod · 0.95
mergeViewMethod · 0.95

Calls 1

afterInsertMethod · 0.45

Tested by

no test coverage detected