aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/var
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-09-06 20:31:18 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-09-06 20:31:18 +0200
commit1a25f21dc3033695be1b0ff8924c4b633e1dda46 (patch)
treee6293c000cf9fcaf79d898b70fdcf450c1716d76 /src/manipulation/var
parent1f16b168594f5b98341fd7db0b9fb5b3e84217c8 (diff)
downloadjquery-1a25f21dc3033695be1b0ff8924c4b633e1dda46.tar.gz
jquery-1a25f21dc3033695be1b0ff8924c4b633e1dda46.zip
No ticket. Restore checking individual src/**/*.js files by jsHint.
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);
+});