()
| 5945 | urlChangeInit = false; |
| 5946 | |
| 5947 | function cacheStateAndFireUrlChange() { |
| 5948 | pendingLocation = null; |
| 5949 | cacheState(); |
| 5950 | fireUrlChange(); |
| 5951 | } |
| 5952 | |
| 5953 | function getCurrentState() { |
| 5954 | try { |
nothing calls this directly
no test coverage detected