]> source.dussan.org Git - jquery.git/commitdiff
Manipulation: re-expose domManip until 3.0
authorTimmy Willison <timmywillisn@gmail.com>
Fri, 8 Jan 2016 18:59:53 +0000 (13:59 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Fri, 8 Jan 2016 18:59:53 +0000 (13:59 -0500)
Fixes gh-2225

src/manipulation.js

index 046424a78f0b541c267c621d8d67e1cb40a1e3df..b65699bacdabbfe94c86e462ee50de8423af540e 100644 (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 );
        },