From 995eb1261e5e6bb57cad292a56911893d539472e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 26 Oct 2012 16:08:05 -0400 Subject: [PATCH] Core: Removed $.ui.ie6. --- ui/jquery.ui.core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js index 7b5590fc1..fadd42cad 100644 --- a/ui/jquery.ui.core.js +++ b/ui/jquery.ui.core.js @@ -239,7 +239,6 @@ $.support.selectstart = "onselectstart" in document.createElement( "div" ); (function() { var uaMatch = /msie ([\w.]+)/.exec( navigator.userAgent.toLowerCase() ) || []; $.ui.ie = uaMatch.length ? true : false; - $.ui.ie6 = parseFloat( uaMatch[ 1 ], 10 ) === 6; })(); $.fn.extend({