From 6ed6bc335f98352acfc7c07249bc4e936099aecf Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 8 Jan 2016 13:59:53 -0500 Subject: [PATCH] Manipulation: re-expose domManip until 3.0 Fixes gh-2225 --- src/manipulation.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/manipulation.js b/src/manipulation.js index 046424a7..b65699ba 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 ); }, -- 2.11.4.GIT