Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 07:46:55 +0000 (15:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 07:46:55 +0000 (15:46 +0800)
Roo/Login.js

index 1916094..8e943b2 100644 (file)
@@ -48,7 +48,7 @@ Roo.Login = function(cfg)
     Roo.each(this.items, function(e) {
         this.addxtype(e);
     }, this);
-    Roo.Document.on('ready', function() {
+    Roo.onReady(function() {
         this.onLoad();
     }, this);
     // call parent..