JSDOC/RooFile.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 04:36:19 +0000 (12:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 04:36:19 +0000 (12:36 +0800)
JSDOC/RooFile.js

index 20d60aa..3ee2b6e 100644 (file)
@@ -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();
             
         },