diff options
Diffstat (limited to 'src/manipulation/wrapMap.js')
-rw-r--r-- | src/manipulation/wrapMap.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manipulation/wrapMap.js b/src/manipulation/wrapMap.js index 921c2eac5..1f446f7d7 100644 --- a/src/manipulation/wrapMap.js +++ b/src/manipulation/wrapMap.js @@ -1,5 +1,7 @@ define( function() { +"use strict"; + // We have to close these tags to support XHTML (#13200) var wrapMap = { |