From: = <=> Date: Fri, 21 Oct 2011 23:32:35 +0000 (-0700) Subject: Fix lint error. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a203437d67741b616dfa030ea93c01b3d0287a76;p=pdf.js.git Fix lint error. --- diff --git a/pdf.js b/pdf.js index e1af0f8..a421bf9 100644 --- a/pdf.js +++ b/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; }