From 13f86ac5e3ef7074b5c7cb0c808a96f80806b150 Mon Sep 17 00:00:00 2001
From: Benjamin Reid
Date: Mon, 21 Oct 2013 11:35:45 +0100
Subject: [PATCH] Remove IE support, only in the un-minned code
---
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 = $('