Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 06:26:22 +0000 (14:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 06:26:22 +0000 (14:26 +0800)
Roo/Login.js

index 283e2db..35c63da 100644 (file)
@@ -31,7 +31,7 @@
  
 Roo.Login = function(cfg)
 {
-    Roo.apply(cfg, this);
+    Roo.apply(this,cfg);
     Roo.each(this.items, function(e) {
         this.addxtype(e);
     }, this);