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

Roo/History.js

index 03f52a6..5182ae4 100644 (file)
@@ -291,13 +291,13 @@ Roo.History = {
 
                                // Setup Alias
                                this.Adapter.bind(window,'hashchange',function(){
-                                       this.Adapter.trigger(window,'popstate');
+                                       _this.Adapter.trigger(window,'popstate');
                                });
 
                                // Initialise Alias
                                if ( this.getHash() ) {
                                        this.Adapter.onDomLoad(function(){
-                                               this.Adapter.trigger(window,'hashchange');
+                                               _this.Adapter.trigger(window,'hashchange');
                                        });
                                }
                        }