()
| 1277 | |
| 1278 | var done = function() { |
| 1279 | var aDone = function() { |
| 1280 | if (cb) cb(index.length); |
| 1281 | notify.show('TamperFire', |
| 1282 | I18N.getMessage('TamperFire_is_up_to_date'), chrome.extension.getURL("images/icon128.png")); |
| 1283 | }; |
| 1284 | var siDone = function() { |
| 1285 | j=0; |
| 1286 | write(a, TM_fire.scriptExcludes.setValues, writeSExc, aDone); |
nothing calls this directly
no test coverage detected
searching dependent graphs…