()
| 6677 | urlChangeInit = false; |
| 6678 | |
| 6679 | function cacheStateAndFireUrlChange() { |
| 6680 | pendingLocation = null; |
| 6681 | fireStateOrUrlChange(); |
| 6682 | } |
| 6683 | |
| 6684 | // This variable should be used *only* inside the cacheState function. |
| 6685 | var lastCachedState = null; |
nothing calls this directly
no test coverage detected