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

index d9bfcdc..7a72cd5 100644 (file)
@@ -210,14 +210,12 @@ Roo.History = {
         
                
                // Check Load Status of Core
-               if ( typeof this.initCore !== 'undefined' ) {
-                       this.initCore();
-               }
-
+               this.initCore();
+       
                // Check Load Status of HTML4 Support
-               if ( typeof this.initHtml4 !== 'undefined' ) {
-                       this.initHtml4();
-               }
+               //if ( typeof this.initHtml4 !== 'undefined' ) {
+               //      this.initHtml4();
+               //}
         
         this.initEmulated();