()
| 301 | } |
| 302 | |
| 303 | function handleArbitraryUrl() { |
| 304 | //delete all the history entries |
| 305 | forwardStack = []; |
| 306 | } |
| 307 | |
| 308 | /* Called periodically to poll to see if we need to detect navigation that has occurred */ |
| 309 | function checkForUrlChange() { |
no outgoing calls
no test coverage detected
searching dependent graphs…