()
| 6567 | urlChangeInit = false; |
| 6568 | |
| 6569 | function cacheStateAndFireUrlChange() { |
| 6570 | pendingLocation = null; |
| 6571 | fireStateOrUrlChange(); |
| 6572 | } |
| 6573 | |
| 6574 | // This variable should be used *only* inside the cacheState function. |
| 6575 | var lastCachedState = null; |
nothing calls this directly
no test coverage detected