From b2bf2de84b8bb4740f9d615796638593afecff91 Mon Sep 17 00:00:00 2001
From: "Poindexter, Malcolm"
Date: Wed, 1 Oct 2014 19:06:12 -0700
Subject: [PATCH 1/2] remove IE6/7/8 support for compatibility with jQuery 2.x
---
jquery.ba-bbq.js | 90 ------------------------------------------------
1 file changed, 90 deletions(-)
diff --git a/jquery.ba-bbq.js b/jquery.ba-bbq.js
index 3a5995d..73c08dd 100644
--- a/jquery.ba-bbq.js
+++ b/jquery.ba-bbq.js
@@ -1281,96 +1281,6 @@
timeout_id = setTimeout( poll, $.fn[ str_hashchange ].delay );
};
- // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
- // vvvvvvvvvvvvvvvvvvv REMOVE IF NOT SUPPORTING IE6/7/8 vvvvvvvvvvvvvvvvvvv
- // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
- $.browser.msie && !supports_onhashchange && (function(){
- // Not only do IE6/7 need the "magical" Iframe treatment, but so does IE8
- // when running in "IE7 compatibility" mode.
-
- var iframe,
- iframe_src;
-
- // When the event is bound and polling starts in IE 6/7, create a hidden
- // Iframe for history handling.
- self.start = function(){
- if ( !iframe ) {
- iframe_src = $.fn[ str_hashchange ].src;
- iframe_src = iframe_src && iframe_src + get_fragment();
-
- // Create hidden Iframe. Attempt to make Iframe as hidden as possible
- // by using techniques from http://www.paciellogroup.com/blog/?p=604.
- iframe = $('