()
| 310 | } |
| 311 | |
| 312 | function handleArbitraryUrl() { |
| 313 | //delete all the history entries |
| 314 | forwardStack = []; |
| 315 | } |
| 316 | |
| 317 | /* Called periodically to poll to see if we need to detect navigation that has occurred */ |
| 318 | function checkForUrlChange() { |
no outgoing calls
no test coverage detected
searching dependent graphs…