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({