X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FHistory.js;h=91ae8d22f71197b3e0a5a4c5f89d7ca2f31ac0da;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=d9bfcdc187d14d6a4b649e31b929a448ec327b9c;hpb=70c7b32508dc89b33e66848e7daee810ea0d1794;p=roojs1 diff --git a/Roo/History.js b/Roo/History.js index d9bfcdc187..91ae8d22f7 100644 --- a/Roo/History.js +++ b/Roo/History.js @@ -1,17 +1,22 @@ /** * Originally based of this code... - refactored for Roo... - * + * https://github.com/browserstate/history.js + * History.js Core * @author Benjamin Arthur Lupton * @copyright 2010-2011 Benjamin Arthur Lupton * @license New BSD License + * + * Hackily modifyed by alan@roojs.com + * + * this is not initialized automatically.. + * must call Roo.History.init( { ... options... }); + * + * TOTALLY UNTESTED... + * + * Documentation to be done.... */ - -// this is not initialized automatically.. -// must call Roo.History.init( { ... options... }); - - Roo.History = { @@ -210,14 +215,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();