mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Comment fix: shedule -> schedule
This commit is contained in:
parent
b70def015f
commit
d72c94f4a3
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the execution took longer then a certain amount of time, shedule
|
// If the execution took longer then a certain amount of time, schedule
|
||||||
// to continue exeution after a short delay.
|
// to continue exeution after a short delay.
|
||||||
// However, this is only possible if a 'continueCallback' is passed in.
|
// However, this is only possible if a 'continueCallback' is passed in.
|
||||||
if (continueCallback && Date.now() > endTime) {
|
if (continueCallback && Date.now() > endTime) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue