()
| 302 | } |
| 303 | |
| 304 | function handleForwardButton() { |
| 305 | //summary: private method. Do not call this directly. |
| 306 | |
| 307 | var last = forwardStack.pop(); |
| 308 | if (!last) { return; } |
| 309 | backStack.push(last); |
| 310 | } |
| 311 | |
| 312 | function handleArbitraryUrl() { |
| 313 | //delete all the history entries |
no outgoing calls
no test coverage detected
searching dependent graphs…