changeset 726:d479f319d7b7

Merge with head
author wycc
date Mon, 16 Aug 2010 07:34:21 +0800
parents cb50ce5912ac (current diff) 8af3b87b502e (diff)
children 468cd504800c
files nodejs/testsvg.js
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/nodejs/testsvg.js	Mon Aug 16 07:33:51 2010 +0800
+++ b/nodejs/testsvg.js	Mon Aug 16 07:34:21 2010 +0800
@@ -4,9 +4,9 @@
 
 app = new mbapp.app();
 app.loadSVG("test.svg");
-lightbar = app.get("item_lightbar")
-item=1
-lightbar[5] = app.get("item"+item)[5]
+lightbar = app.get("item_lightbar");
+item=1;
+lightbar[5] = app.get("item"+item)[5];
 
 function animated(app,obj) {
 	var d=obj.animated_loc - obj[5];