Skip to content

Commit

Permalink
Fixing jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 6, 2015
1 parent 190ff74 commit c30b5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/foreground/view/video/videoView.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
// the information. So, subtract an offset of the time it took to receive the message.
if (playerState === PlayerState.Playing) {
var offset = Date.now() - timestamp;
currentTimeHighPrecision -= offset * .001;
currentTimeHighPrecision -= offset * 0.001;
}

this.el.currentTime = currentTimeHighPrecision;
Expand Down

0 comments on commit c30b5f4

Please sign in to comment.