()
| 6586 | urlChangeInit = false; |
| 6587 | |
| 6588 | function cacheStateAndFireUrlChange() { |
| 6589 | pendingLocation = null; |
| 6590 | fireStateOrUrlChange(); |
| 6591 | } |
| 6592 | |
| 6593 | // This variable should be used *only* inside the cacheState function. |
| 6594 | var lastCachedState = null; |
nothing calls this directly
no test coverage detected