mrchimp / tock

Timer Object/Class. Kickass!
MIT License
237 stars 33 forks source link

Use unminified file in bower.json "main". #28

Closed mrchimp closed 8 years ago

mrchimp commented 9 years ago

The "main" field in bower.json should use the full, uncompressed JS file otherwise it's more hassle than help.

waliurjs commented 8 years ago

In min.js msToTimecode doesn't even accept the 2nd parameter show_ms. I was getting the same output regardless true/false values. So I printed the msToTimecode function and found only 1 params declared.

Please update the .min.js or point to the uncompressed version of Tock. Btw, love it!

mrchimp commented 8 years ago

Fixed in 1.0.11. Bower now uses tock.js.

Cheers!