Invoking callback via setTimeout
This commit is contained in:
parent
c414c76461
commit
3c1d63055d
@ -456,7 +456,7 @@ var FontLoader = {
|
||||
// it's simple completion for one request
|
||||
context.pending = 0;
|
||||
context.requests.pop();
|
||||
callback();
|
||||
setTimeout(callback, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user