()
| 276 | } |
| 277 | |
| 278 | function _storeStates() { |
| 279 | if (browser.safari) { |
| 280 | getRememberElement().value = historyHash.join(","); |
| 281 | } |
| 282 | } |
| 283 | |
| 284 | function handleBackButton() { |
| 285 | //The "current" page is always at the top of the history stack. |
no test coverage detected
searching dependent graphs…