1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

code review

This commit is contained in:
gorhill 2015-03-11 00:31:11 -04:00
parent 214487c159
commit 7b21d7270d

View File

@ -1315,10 +1315,7 @@ exports.force = function() {
return;
}
if ( updateDaemonTimer !== null ) {
clearTimeout(updateDaemonTimer);
}
suspendUpdateDaemon();
reset();
if ( typeof onStartListener === 'function' ) {