Skip to content

Commit

Permalink
Add more logs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Mar 23, 2017
1 parent 61584db commit db68721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media/play-rotate-fullscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
/* Utils */

function secondsToTimeCode(seconds) {
console.log(seconds);
const h = Math.floor(seconds / 3600);
const m = Math.floor((seconds % 3600) / 60);
const s = Math.floor(seconds % 60);
Expand Down

0 comments on commit db68721

Please sign in to comment.