# HG changeset patch # User wycc # Date 1281343314 -28800 # Node ID f46a0771fd3008f0f363d69660f89f41db2d547b # Parent 763a4e2bbd85c517e2843d3eac69ad31e211fccc Merge the change frm the HEAD diff -r 763a4e2bbd85 -r f46a0771fd30 nodejs/testcase.js --- 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);