templates/jquery/history.js in compass-jquery-plugin-0.3.3.0 vs templates/jquery/history.js in compass-jquery-plugin-0.3.3.1

- old
+ new

@@ -269,16 +269,16 @@ window.history && window.history.pushState && window.history.replaceState && !( (/ Mobile\/([1-7][a-z]|(8([abcde]|f(1[0-8]))))/i).test(navigator.userAgent) /* disable for versions of iOS before version 4.3 (8F190) */ || (/AppleWebKit\/5([0-2]|3[0-2])/i).test(navigator.userAgent) /* disable for the mercury iOS browser, or at least older versions of the webkit engine */ ) - ), + ), hashChange: Boolean( !(('onhashchange' in window) || ('onhashchange' in document)) || (History.isInternetExplorer() && History.getInternetExplorerMajorVersion() < 8) - ) + ) }; /** * History.enabled * Is History enabled? @@ -1389,10 +1389,10 @@ tryAgain(); } return true; }, History.options.doubleCheckInterval - ); + ); } // Chain return History; };