]> git.parisson.com Git - pdf.js.git/commitdiff
Wrong word.
authorgigaherz <gigaherz@gmail.com>
Thu, 22 Mar 2012 21:57:42 +0000 (22:57 +0100)
committergigaherz <gigaherz@gmail.com>
Thu, 22 Mar 2012 21:57:42 +0000 (22:57 +0100)
web/viewer.js

index ad24bc0a70cad08d4354892c6462d20f533f2122..3f6fef957b295dc7892eac3e7ceff560f3f097c8 100644 (file)
@@ -43,7 +43,7 @@ var ProgressBar = (function ProgressBarClosure() {
     this.height = opts.height || 1;
     this.width = opts.width || 15;
     this.units = opts.units || 'em';
-    this.percent = opts.progress || 0;
+    this.percent = opts.percent || 0;
 
     // Initialize heights
     this.progressDiv.style.height = this.height + this.units;