()
| 6290 | TM_storage.init(storagedone); |
| 6291 | |
| 6292 | var waitForWebNav = function() { |
| 6293 | if (!chrome.webNavigation || !chrome.webNavigation.onCommitted) { |
| 6294 | if (D || V) console.log("gb: waitForWebNav()"); |
| 6295 | window.setTimeout(waitForWebNav, 300); |
| 6296 | return; |
| 6297 | } |
| 6298 | |
| 6299 | chrome.webNavigation.onCommitted.addListener(onCommitedListener); |
| 6300 | }; |
| 6301 | |
| 6302 | var alldone = function() { |
| 6303 | window.setTimeout(ScriptUpdater.check, 10000); |
no outgoing calls
no test coverage detected
searching dependent graphs…