summaryrefslogtreecommitdiffstats
path: root/app/bower_components/jquery/src/manipulation/var
diff options
context:
space:
mode:
Diffstat (limited to 'app/bower_components/jquery/src/manipulation/var')
-rw-r--r--app/bower_components/jquery/src/manipulation/var/rcheckableType.js3
-rw-r--r--app/bower_components/jquery/src/manipulation/var/rscriptType.js3
-rw-r--r--app/bower_components/jquery/src/manipulation/var/rtagName.js3
3 files changed, 9 insertions, 0 deletions
diff --git a/app/bower_components/jquery/src/manipulation/var/rcheckableType.js b/app/bower_components/jquery/src/manipulation/var/rcheckableType.js
new file mode 100644
index 0000000..4c95394
--- /dev/null
+++ b/app/bower_components/jquery/src/manipulation/var/rcheckableType.js
@@ -0,0 +1,3 @@
+define( function() {
+ return ( /^(?:checkbox|radio)$/i );
+} );
diff --git a/app/bower_components/jquery/src/manipulation/var/rscriptType.js b/app/bower_components/jquery/src/manipulation/var/rscriptType.js
new file mode 100644
index 0000000..0c77c8a
--- /dev/null
+++ b/app/bower_components/jquery/src/manipulation/var/rscriptType.js
@@ -0,0 +1,3 @@
+define( function() {
+ return ( /^$|\/(?:java|ecma)script/i );
+} );
diff --git a/app/bower_components/jquery/src/manipulation/var/rtagName.js b/app/bower_components/jquery/src/manipulation/var/rtagName.js
new file mode 100644
index 0000000..9e54269
--- /dev/null
+++ b/app/bower_components/jquery/src/manipulation/var/rtagName.js
@@ -0,0 +1,3 @@
+define( function() {
+ return ( /<([\w:-]+)/ );
+} );