Skip to content

Commit 95de105

Browse files
committed
Manipulation: re-expose domManip until 3.0
Fixes gh-2225
1 parent f5029f5 commit 95de105

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/manipulation.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,10 @@ jQuery.extend( {
402402
} );
403403

404404
jQuery.fn.extend( {
405+
406+
// Keep domManip exposed until 3.0 (gh-2225)
407+
domManip: domManip,
408+
405409
detach: function( selector ) {
406410
return remove( this, selector, true );
407411
},

0 commit comments

Comments
 (0)