diff nodejs/animate.js @ 805:ae2faf140dc2

Also print # of frames
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 01 Sep 2010 16:28:09 +0800
parents 55875133fa60
children bf54c0408d35
line wrap: on
line diff
--- a/nodejs/animate.js	Wed Sep 01 16:23:43 2010 +0800
+++ b/nodejs/animate.js	Wed Sep 01 16:28:09 2010 +0800
@@ -21,6 +21,7 @@
     if(percent >= 1) {
 	this.obj.timer.stop();
 	delete this.obj.timer;
+	sys.puts(this.c);
 	sys.puts(Date.now() - this._start_tm);
     }