Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 05:02:41 +0000 (13:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 05:02:41 +0000 (13:02 +0800)
Builder/Provider/File/Roo.js

index aa78fd6..101a45d 100755 (executable)
@@ -208,7 +208,14 @@ Roo = XObject.define(
             
             
         },
-        
+        /**
+         * This needs to use some options on the project
+         * to determine how the file is output..
+         * 
+         * At present we are hard coding it..
+         * 
+         * 
+         */
         toSource: function()
         {
             // dump the file tree back out to a string.
@@ -221,14 +228,7 @@ Roo = XObject.define(
                 return this.toSourceLayout();
             }
             return this.toSourceDialog();
-            
-            
-                
-                    
-                
-                    
-                   
-            
+              
         },
        
         outputHeader : function()