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

index 270c052..86f634d 100644 (file)
@@ -51,11 +51,11 @@ Roo.Login = function(cfg)
     }, this);
     // call parent..
     cfg = {
-        items : this.item;
+        items : this.items;
     };
     this.items = [];
        
-    Roo.Login.superclass.constructor.call(this);
+    Roo.Login.superclass.constructor.call(this, this.items);
     //this.addxtype(this.items[0]);