aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/var
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-04-25 20:25:08 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2016-04-25 20:25:08 +0200
commit305f193aa57014dc7d8fa0739a3fefd47166cd44 (patch)
tree7eadfc06ae4e0301d8e6a592b4ebb1baf96322af /src/core/var
parente2d1142c2e8eb1c5ef2177e6739b1ce6d875d604 (diff)
downloadjquery-305f193aa57014dc7d8fa0739a3fefd47166cd44.tar.gz
jquery-305f193aa57014dc7d8fa0739a3fefd47166cd44.zip
Build: Put all AMD modules in "src/" in strict mode
Fixes gh-3073
Diffstat (limited to 'src/core/var')
-rw-r--r--src/core/var/rsingleTag.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/var/rsingleTag.js b/src/core/var/rsingleTag.js
index 1ddf95ed4..4d6e8a0ac 100644
--- a/src/core/var/rsingleTag.js
+++ b/src/core/var/rsingleTag.js
@@ -1,4 +1,5 @@
define( function() {
+ "use strict";
// Match a standalone tag
return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );