Skip to content

Commit

Permalink
Core: Removed $.ui.ie6.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Oct 26, 2012
1 parent 5bd1965 commit 995eb12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/jquery.ui.core.js
Expand Up @@ -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({
Expand Down

0 comments on commit 995eb12

Please sign in to comment.