From d25ff2bddd44b9dac1ceb248424109d1782dd211 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 25 Mar 2017 13:13:57 +0100 Subject: add minionlivesmatter as submodule --- .../assets/jquery/src/manipulation/wrapMap.js | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 minionlivesmatter/templates/assets/jquery/src/manipulation/wrapMap.js (limited to 'minionlivesmatter/templates/assets/jquery/src/manipulation/wrapMap.js') diff --git a/minionlivesmatter/templates/assets/jquery/src/manipulation/wrapMap.js b/minionlivesmatter/templates/assets/jquery/src/manipulation/wrapMap.js deleted file mode 100644 index fdb430a..0000000 --- a/minionlivesmatter/templates/assets/jquery/src/manipulation/wrapMap.js +++ /dev/null @@ -1,27 +0,0 @@ -define( function() { - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // Support: IE9 - option: [ 1, "" ], - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -// Support: IE9 -wrapMap.optgroup = wrapMap.option; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -return wrapMap; -} ); -- cgit v1.3.1