Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:20:01 +0000 (16:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:20:01 +0000 (16:20 +0800)
Roo/Login.js

index c0b0322..ce1d5fc 100644 (file)
@@ -51,7 +51,7 @@ Roo.Login = function(cfg)
     }, this);
     // call parent..
     Roo.Login.superclass.constructor.call(this, cfg);
-    this.addxtype(this.items[0]);
+    //this.addxtype(this.items[0]);
     
     
 }