()
| 285 | } |
| 286 | |
| 287 | function _storeStates() { |
| 288 | if (browser.safari) { |
| 289 | getRememberElement().value = historyHash.join(","); |
| 290 | } |
| 291 | } |
| 292 | |
| 293 | function handleBackButton() { |
| 294 | //The "current" page is always at the top of the history stack. |
no test coverage detected
searching dependent graphs…