1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Wrong word.

This commit is contained in:
gigaherz 2012-03-22 22:57:42 +01:00
parent 114d2c9ebd
commit ddf3d114d0

View 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;