aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/manipulation.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 13bbbfc8e..0b2637db6 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -46,7 +46,6 @@ wrapMap.optgroup = wrapMap.option;
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
wrapMap.th = wrapMap.td;
-// Support: 1.x compatibility
// Manipulating tables requires a tbody
function manipulationTarget( elem, content ) {
return jQuery.nodeName( elem, "table" ) &&