mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
code review
This commit is contained in:
parent
214487c159
commit
7b21d7270d
1 changed files with 1 additions and 4 deletions
|
|
@ -1315,10 +1315,7 @@ exports.force = function() {
|
|||
return;
|
||||
}
|
||||
|
||||
if ( updateDaemonTimer !== null ) {
|
||||
clearTimeout(updateDaemonTimer);
|
||||
}
|
||||
|
||||
suspendUpdateDaemon();
|
||||
reset();
|
||||
|
||||
if ( typeof onStartListener === 'function' ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue