line 30427: this._progress.style.left = scroll.x +"px;";
should remove semicolon after px
line 30427: this._progress.style.left = scroll.x +"px";
line 30427: this._progress.style.left = scroll.x +"px;";
should remove semicolon after px
line 30427: this._progress.style.left = scroll.x +"px";
Hi,
thanks for the bug report. We will fix this.