()
| 6742 | urlChangeInit = false; |
| 6743 | |
| 6744 | function cacheStateAndFireUrlChange() { |
| 6745 | pendingLocation = null; |
| 6746 | fireStateOrUrlChange(); |
| 6747 | } |
| 6748 | |
| 6749 | // This variable should be used *only* inside the cacheState function. |
| 6750 | var lastCachedState = null; |
nothing calls this directly
no test coverage detected