diff --git a/demos/analogue-hipster-watch.html b/demos/analogue-hipster-watch.html index 0a06269..51e2688 100644 --- a/demos/analogue-hipster-watch.html +++ b/demos/analogue-hipster-watch.html @@ -65,6 +65,7 @@
+ diff --git a/demos/ginetta.html b/demos/ginetta.html index b14c4ad..a3194cf 100644 --- a/demos/ginetta.html +++ b/demos/ginetta.html @@ -82,7 +82,7 @@ - + @@ -131,7 +131,7 @@ } }; - watch.on('tick', function(o){ + ticktack.on('tick', function(o){ var color, color2, time = new Date(); color = timeToColor( o.minute.progress ); color2 = timeToColor( o.minute.progress, 18 );