Roo/History.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Apr 2016 08:19:54 +0000 (16:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Apr 2016 08:19:54 +0000 (16:19 +0800)
Roo/History.js

index 7f90161..e422667 100644 (file)
@@ -310,7 +310,7 @@ Roo.History = {
 
                                // Initialise Alias
                                if ( this.getHash() ) {
-                                       this.Adapter.onDomLoad(function(){
+                                       Roo.onReady(function(){
                                                _this.Adapter.trigger(window,'hashchange');
                                        });
                                }