From dad75114d851ed3d72c0baeb787b76021cd1541a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Aug 2011 12:39:05 +0800 Subject: [PATCH] JSDOC/RooFile.js --- JSDOC/RooFile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/RooFile.js b/JSDOC/RooFile.js index 71c203e..4aa0677 100644 --- a/JSDOC/RooFile.js +++ b/JSDOC/RooFile.js @@ -250,13 +250,13 @@ RooFile = XObject.define( this.parseImports(); print(JSON.stringify(this.imports,null,4)); - print(JSON.stringify(this.giImports,null,4)); + print(JSON.stringify(this.giImports,null,4)); var pos = this.lookFor('XObject'); if (pos < 0) { throw "Can not find XObject"; } - + print(JSON.stringify(this.tokens,null,4)); Seed.quit(); Seed.quit(); }, -- 2.39.2