clock.stop should set autoStart false
@@ -30,6 +30,7 @@ Object.assign( Clock.prototype, {
this.getElapsedTime();
this.running = false;
+ this.autoStart = false;
},