aboutsummaryrefslogtreecommitdiffstats
path: root/ui/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/core.js')
-rw-r--r--ui/core.js14
1 files changed, 1 insertions, 13 deletions
diff --git a/ui/core.js b/ui/core.js
index f0eef1328..9e799a04c 100644
--- a/ui/core.js
+++ b/ui/core.js
@@ -30,6 +30,7 @@
"./jquery-1-7",
"./plugin",
"./safe-active-element",
+ "./safe-blur",
"./version"
], factory );
} else {
@@ -39,19 +40,6 @@
}
}( function( $ ) {
-$.extend( $.ui, {
-
- // Internal use only
- safeBlur: function( element ) {
-
- // Support: IE9 - 10 only
- // If the <body> is blurred, IE will switch windows, see #9420
- if ( element && element.nodeName.toLowerCase() !== "body" ) {
- $( element ).trigger( "blur" );
- }
- }
-} );
-
// plugins
$.fn.extend( {
scrollParent: function( includeHidden ) {