aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/var
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation/var')
-rw-r--r--src/manipulation/var/rcheckableType.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manipulation/var/rcheckableType.js b/src/manipulation/var/rcheckableType.js
index 29049b3ae..c27a15dc4 100644
--- a/src/manipulation/var/rcheckableType.js
+++ b/src/manipulation/var/rcheckableType.js
@@ -1,3 +1,3 @@
define(function() {
- return /^(?:checkbox|radio)$/i;
-}); \ No newline at end of file
+ return (/^(?:checkbox|radio)$/i);
+});