aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/wrapMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation/wrapMap.js')
-rw-r--r--src/manipulation/wrapMap.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manipulation/wrapMap.js b/src/manipulation/wrapMap.js
index 7080bf996..3fa5f913e 100644
--- a/src/manipulation/wrapMap.js
+++ b/src/manipulation/wrapMap.js
@@ -1,4 +1,4 @@
-define(function() {
+define( function() {
// We have to close these tags to support XHTML (#13200)
var wrapMap = {
@@ -32,4 +32,4 @@ wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.the
wrapMap.th = wrapMap.td;
return wrapMap;
-});
+} );