diff --git a/backbone.js b/backbone.js index a16b6494..cf8239aa 100644 --- a/backbone.js +++ b/backbone.js @@ -664,11 +664,12 @@ // Start the hash change handling, returning true if the current URL matches // an existing route, and false otherwise. start : function() { - if ($.browser.msie && $.browser.version < 8) { + var docMode = document.documentMode; + var oldIE = ($.browser.msie && docMode < 7); + if (oldIE) { this.iframe = $('