diff options
Diffstat (limited to 'ui/core.js')
-rw-r--r-- | ui/core.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/core.js b/ui/core.js index 224d12b15..afaab689b 100644 --- a/ui/core.js +++ b/ui/core.js @@ -198,19 +198,6 @@ if ( !$.fn.addBack ) { }; } -// support: jQuery 1.6.1, 1.6.2 (http://bugs.jquery.com/ticket/9413) -if ( $( "<a>" ).data( "a-b", "a" ).removeData( "a-b" ).data( "a-b" ) ) { - $.fn.removeData = (function( removeData ) { - return function( key ) { - if ( arguments.length ) { - return removeData.call( this, $.camelCase( key ) ); - } else { - return removeData.call( this ); - } - }; - })( $.fn.removeData ); -} - // deprecated $.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() ); |