aboutsummaryrefslogtreecommitdiffstats
path: root/ui/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/core.js')
-rw-r--r--ui/core.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/core.js b/ui/core.js
index fc91c2742..006011f3c 100644
--- a/ui/core.js
+++ b/ui/core.js
@@ -25,6 +25,7 @@
"./escape-selector",
"./focusable",
"./form",
+ "./ie",
"./version"
], factory );
} else {
@@ -238,9 +239,6 @@ if ( $.fn.jquery.substring( 0, 3 ) === "1.7" ) {
};
}
-// deprecated
-$.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() );
-
// $.ui.plugin is deprecated. Use $.widget() extensions instead.
$.ui.plugin = {
add: function( module, option, set ) {