aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/var
diff options
context:
space:
mode:
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 );