diff nodejs/svg.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/svg.js	Tue Dec 21 14:36:24 2010 +0800
+++ b/nodejs/svg.js	Tue Dec 21 14:36:50 2010 +0800
@@ -1218,6 +1218,7 @@
 	        scene.end = scene.start;
 	    }
 	    scene.ref = node.attr('ref').value();
+	    scene.type = node.attr('type').value();
 
 	    try {
 	        this.scenenames[node.attr('name').value()] = scene.start;