()
| 293 | } |
| 294 | |
| 295 | function handleForwardButton() { |
| 296 | //summary: private method. Do not call this directly. |
| 297 | |
| 298 | var last = forwardStack.pop(); |
| 299 | if (!last) { return; } |
| 300 | backStack.push(last); |
| 301 | } |
| 302 | |
| 303 | function handleArbitraryUrl() { |
| 304 | //delete all the history entries |
no outgoing calls
no test coverage detected
searching dependent graphs…