()
| 2240 | run.push(expo); |
| 2241 | |
| 2242 | var all_done = function() { |
| 2243 | if (D) console.log("sync: finished"); |
| 2244 | if (--SyncClient.syncing == 0) { |
| 2245 | SyncClient.runAllSyncDoneListeners(success); |
| 2246 | } |
| 2247 | if (change) { |
| 2248 | notifyOptionsTab(); |
| 2249 | } |
| 2250 | }; |
| 2251 | run.push(all_done); |
| 2252 | |
| 2253 | next(); |
no test coverage detected
searching dependent graphs…