From: Timmy Willison Date: Fri, 8 Jan 2016 18:59:53 +0000 (-0500) Subject: Manipulation: re-expose domManip until 3.0 X-Git-Tag: 2.2.0~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6ed6bc335f98352acfc7c07249bc4e936099aecf;p=jquery.git Manipulation: re-expose domManip until 3.0 Fixes gh-2225 --- diff --git a/src/manipulation.js b/src/manipulation.js index 046424a78..b65699bac 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -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 ); },