(view)
| 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) { |
no test coverage detected