mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
o_O... oops
This commit is contained in:
parent
53fc1063f9
commit
d332298f40
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ vAPI.sessionId = String.fromCharCode(Date.now() % 25 + 97) +
|
|||
/******************************************************************************/
|
||||
|
||||
vAPI.setTimeout = vAPI.setTimeout || function(callback, delay) {
|
||||
setTimeout(function() { callback(); }, delay);
|
||||
return setTimeout(function() { callback(); }, delay);
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
@ -41,7 +41,7 @@ var vAPI = self.vAPI = self.vAPI || {};
|
|||
/******************************************************************************/
|
||||
|
||||
vAPI.setTimeout = vAPI.setTimeout || function(callback, delay) {
|
||||
setTimeout(function() { callback(); }, delay);
|
||||
return setTimeout(function() { callback(); }, delay);
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue