]> source.dussan.org Git - jquery-ui.git/commitdiff
Core: Removed $.ui.ie6.
authorScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 20:08:05 +0000 (16:08 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 20:08:05 +0000 (16:08 -0400)
ui/jquery.ui.core.js

index 7b5590fc10525f7fdcca97e19bfb0043b760dfa5..fadd42cad44f93b3bf6a5c4df3e7ee5e6ae75af5 100644 (file)
@@ -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({