Skip to content

Commit 6ed6bc3

Browse files
committed
Manipulation: re-expose domManip until 3.0
Fixes gh-2225
1 parent b4e139c commit 6ed6bc3

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
@@ -307,6 +307,10 @@ jQuery.extend( {
307307
} );
308308

309309
jQuery.fn.extend( {
310+
311+
// Keep domManip exposed until 3.0 (gh-2225)
312+
domManip: domManip,
313+
310314
detach: function( selector ) {
311315
return remove( this, selector, true );
312316
},

0 commit comments

Comments
 (0)