diff nodejs/mbapp.js @ 1138:593a418ed8bf

Add some stub for the animation.
author wycc
date Tue, 21 Dec 2010 14:36:50 +0800
parents 78312b44f48c
children 4c5bcaba28ea
line wrap: on
line diff
--- a/nodejs/mbapp.js	Tue Dec 21 14:36:24 2010 +0800
+++ b/nodejs/mbapp.js	Tue Dec 21 14:36:50 2010 +0800
@@ -169,6 +169,11 @@
 	}
     }
 }
+
+app.prototype.runToScene=function(n) {
+    
+}
+
 app.prototype.addSceneListener=function(n, cb) {
     sys.puts("This is not implemented yet")
 }