* fire initial state for non-HTML5 browsers
()
| 831 | * fire initial state for non-HTML5 browsers |
| 832 | */ |
| 833 | function fireInitialState() { |
| 834 | if (isFireInitialState) { |
| 835 | isFireInitialState = false; |
| 836 | firePopState(); |
| 837 | } |
| 838 | } |
| 839 | |
| 840 | /** |
| 841 | * Change the data of the current history for HTML4 browsers |
no test coverage detected