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

index e21bd56..20d60aa 100644 (file)
@@ -187,17 +187,9 @@ RooFile  =  XObject.define(
             
             
                 
-        },
-        
-        parseXObject : function() {
-            
-            
-            
-            
         },
         
         
-        
         parsePmanLayout : function()
         {
                 // then it's a layout style..
@@ -253,6 +245,14 @@ RooFile  =  XObject.define(
             
         },
         
+        // Seed xobject file.
+        parseXObject : function() {
+            
+            this.parseImports;
+            
+            
+        },
+        
         
         
         /**