()
| 6625 | urlChangeInit = false; |
| 6626 | |
| 6627 | function cacheStateAndFireUrlChange() { |
| 6628 | pendingLocation = null; |
| 6629 | fireStateOrUrlChange(); |
| 6630 | } |
| 6631 | |
| 6632 | // This variable should be used *only* inside the cacheState function. |
| 6633 | var lastCachedState = null; |
nothing calls this directly
no test coverage detected