Manipulation: re-expose domManip until 3.0

Fixes gh-2225
This commit is contained in:
Timmy Willison 2016-01-08 13:59:53 -05:00
parent b4e139cb7b
commit 6ed6bc335f

View File

@ -307,6 +307,10 @@ jQuery.extend( {
} );
jQuery.fn.extend( {
// Keep domManip exposed until 3.0 (gh-2225)
domManip: domManip,
detach: function( selector ) {
return remove( this, selector, true );
},