diff options
Diffstat (limited to 'src/manipulation.js')
-rw-r--r-- | src/manipulation.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/manipulation.js b/src/manipulation.js index a6b8edc6f..e53daa9b6 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -1,5 +1,3 @@ -(function( jQuery ) { - function createSafeFragment( document ) { var list = nodeNames.split( "|" ), safeFrag = document.createDocumentFragment(); @@ -799,5 +797,3 @@ jQuery.extend({ } } }); - -})( jQuery ); |