]> git.parisson.com Git - pdf.js.git/commitdiff
Fix lint error.
author= <=>
Fri, 21 Oct 2011 23:32:35 +0000 (16:32 -0700)
committer= <=>
Fri, 21 Oct 2011 23:32:35 +0000 (16:32 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index e1af0f80d6d0a7c6d0641d908b13b629a3f230d3..a421bf9615bc214cb4c6bcfc09cbf750156d782a 100644 (file)
--- 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;
     }