mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Core: Removed $.ui.ie6.
This commit is contained in:
parent
5bd19650a3
commit
995eb1261e
1
ui/jquery.ui.core.js
vendored
1
ui/jquery.ui.core.js
vendored
@ -239,7 +239,6 @@ $.support.selectstart = "onselectstart" in document.createElement( "div" );
|
|||||||
(function() {
|
(function() {
|
||||||
var uaMatch = /msie ([\w.]+)/.exec( navigator.userAgent.toLowerCase() ) || [];
|
var uaMatch = /msie ([\w.]+)/.exec( navigator.userAgent.toLowerCase() ) || [];
|
||||||
$.ui.ie = uaMatch.length ? true : false;
|
$.ui.ie = uaMatch.length ? true : false;
|
||||||
$.ui.ie6 = parseFloat( uaMatch[ 1 ], 10 ) === 6;
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
$.fn.extend({
|
$.fn.extend({
|
||||||
|
Loading…
Reference in New Issue
Block a user