()
| 6196 | urlChangeInit = false; |
| 6197 | |
| 6198 | function cacheStateAndFireUrlChange() { |
| 6199 | pendingLocation = null; |
| 6200 | cacheState(); |
| 6201 | fireUrlChange(); |
| 6202 | } |
| 6203 | |
| 6204 | // This variable should be used *only* inside the cacheState function. |
| 6205 | var lastCachedState = null; |
nothing calls this directly
no test coverage detected