mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix missing bracket.
This commit is contained in:
parent
146cd8c861
commit
f7207a51f8
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ var PDFImage = (function pdfImage() {
|
|||
return this.imageReady && this.smaskReady;
|
||||
},
|
||||
fireReady: function fireReady() {
|
||||
for (var i = 0; i < this.callbacks.length; ++i) {
|
||||
for (var i = 0; i < this.callbacks.length; ++i)
|
||||
this.callbacks[i]();
|
||||
this.callbacks = [];
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue