changeset 696:f46a0771fd30

Merge the change frm the HEAD
author wycc
date Mon, 09 Aug 2010 16:41:54 +0800
parents 763a4e2bbd85
children 6ddc8b42188f
files nodejs/testcase.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nodejs/testcase.js	Mon Aug 09 16:40:57 2010 +0800
+++ b/nodejs/testcase.js	Mon Aug 09 16:41:54 2010 +0800
@@ -10,6 +10,7 @@
 var coord = mb_rt.coord_new(root);
 sys.puts("coord matrix: " + 
 	 [coord[0], coord[1], coord[2], coord[3], coord[4], coord[5]]);
+sys.puts('coord='+coord);
 
 /* Testcase for image shapes */
 var img = mb_rt.image_new(10, 10, 50, 50);