Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Jun 2010 07:18:47 +0000 (15:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Jun 2010 07:18:47 +0000 (15:18 +0800)
Builder/Provider/File/Roo.js

index 55b0166..41b3dab 100755 (executable)
@@ -389,11 +389,9 @@ Roo = XObject.define(
                 "    disabled : " + (this.disabled || 'false') +", ",
                 "    items : function()",
                 "    {",
-                "        _this = this;
+                "        _this = this;",
                 "        return " + o + ';',
                 "    }",
-                   
-                
                 "});",
                 ""