mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix lint error.
This commit is contained in:
parent
300730c335
commit
a203437d67
1 changed files with 1 additions and 1 deletions
2
pdf.js
2
pdf.js
|
@ -7472,7 +7472,7 @@ var PDFObjects = (function() {
|
|||
* Sets the data of an object but *doesn't* resolve it.
|
||||
*/
|
||||
setData: function(objId, data) {
|
||||
// Watchout! If you call `this.ensureObj(objId, data)` you're going to
|
||||
// Watchout! If you call `this.ensureObj(objId, data)` you're going to
|
||||
// create a *resolved* promise which shouldn't be the case!
|
||||
this.ensureObj(objId).data = data;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue