aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/var/rtagName.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation/var/rtagName.js')
-rw-r--r--src/manipulation/var/rtagName.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/manipulation/var/rtagName.js b/src/manipulation/var/rtagName.js
new file mode 100644
index 000000000..cd0b768e0
--- /dev/null
+++ b/src/manipulation/var/rtagName.js
@@ -0,0 +1,3 @@
+define(function() {
+ return ( /<([\w:-]+)/ );
+});