summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/manipulation/var/rcheckableType.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/manipulation/var/rcheckableType.js')
-rw-r--r--js/vendor/jquery/src/manipulation/var/rcheckableType.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/vendor/jquery/src/manipulation/var/rcheckableType.js b/js/vendor/jquery/src/manipulation/var/rcheckableType.js
index c27a15dc4..4c95394ac 100644
--- a/js/vendor/jquery/src/manipulation/var/rcheckableType.js
+++ b/js/vendor/jquery/src/manipulation/var/rcheckableType.js
@@ -1,3 +1,3 @@
-define(function() {
- return (/^(?:checkbox|radio)$/i);
-});
+define( function() {
+ return ( /^(?:checkbox|radio)$/i );
+} );