()
| 5536 | } |
| 5537 | |
| 5538 | function getCurrentState() { |
| 5539 | try { |
| 5540 | return history.state; |
| 5541 | } catch (e) { |
| 5542 | // MSIE can reportedly throw when there is no state (UNCONFIRMED). |
| 5543 | } |
| 5544 | } |
| 5545 | |
| 5546 | // This variable should be used *only* inside the cacheState function. |
| 5547 | var lastCachedState = null; |
no outgoing calls
no test coverage detected