diff options
Diffstat (limited to 'static/website/bootstrap-css/bower_components/jquery/src/manipulation')
-rw-r--r-- | static/website/bootstrap-css/bower_components/jquery/src/manipulation/var/rcheckableType.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/website/bootstrap-css/bower_components/jquery/src/manipulation/var/rcheckableType.js b/static/website/bootstrap-css/bower_components/jquery/src/manipulation/var/rcheckableType.js new file mode 100644 index 0000000..c27a15d --- /dev/null +++ b/static/website/bootstrap-css/bower_components/jquery/src/manipulation/var/rcheckableType.js @@ -0,0 +1,3 @@ +define(function() { + return (/^(?:checkbox|radio)$/i); +}); |