@@ -49,6 +49,7 @@ Clock.prototype = {
if ( this.autoStart && ! this.running ) {
this.start();
+ return 0;
}