From e0aefa61d2b985f84a0fa5ed5d2b6ad8d56ad5f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Aug 2011 12:36:19 +0800 Subject: [PATCH] JSDOC/RooFile.js --- JSDOC/RooFile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/JSDOC/RooFile.js b/JSDOC/RooFile.js index 20d60aa..3ee2b6e 100644 --- a/JSDOC/RooFile.js +++ b/JSDOC/RooFile.js @@ -248,8 +248,9 @@ RooFile = XObject.define( // Seed xobject file. parseXObject : function() { - this.parseImports; - + this.parseImports(); + print(Roo.stringify(this.imports,null,4)); + Seed.quit(); }, -- 2.39.2