()
| 5911 | } |
| 5912 | |
| 5913 | function getCurrentState() { |
| 5914 | try { |
| 5915 | return history.state; |
| 5916 | } catch (e) { |
| 5917 | // MSIE can reportedly throw when there is no state (UNCONFIRMED). |
| 5918 | } |
| 5919 | } |
| 5920 | |
| 5921 | // This variable should be used *only* inside the cacheState function. |
| 5922 | var lastCachedState = null; |
no outgoing calls
no test coverage detected