()
| 5905 | urlChangeInit = false; |
| 5906 | |
| 5907 | function cacheStateAndFireUrlChange() { |
| 5908 | pendingLocation = null; |
| 5909 | cacheState(); |
| 5910 | fireUrlChange(); |
| 5911 | } |
| 5912 | |
| 5913 | function getCurrentState() { |
| 5914 | try { |
nothing calls this directly
no test coverage detected