From 10ee8bff2ebf279956b3ba09c1f1c9f6d24b1688 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 9 Jun 2013 20:32:26 +0800 Subject: [PATCH] Builder3/Window.js --- Builder3/Window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Builder3/Window.js b/Builder3/Window.js index 196c9b288..cf9c8c96c 100644 --- a/Builder3/Window.js +++ b/Builder3/Window.js @@ -381,7 +381,7 @@ Window=new XObject({ var model = this.get('/LeftProjectTree.combomodel'); // print ("loading Projects?") - print(JSON.xstringify(pm, null,4));Seed.quit(); + print(JSON.stringify(pm.projects, null,4));Seed.quit(); //console.dump(pm.projects); model.loadData(pm.projects); -- 2.39.2