aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-09-06 20:31:48 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-09-06 20:31:48 +0200
commitf044622bae3853abe8dc142585e9ba881b1c7ebd (patch)
tree847038d308cc27fedb388de63e40eb5e0adcad94 /src/manipulation
parent6987220d2b561d73ad7c1f92988ffff239f8136b (diff)
downloadjquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.tar.gz
jquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.zip
No ticket. Restore checking individual src/**/*.js files by jsHint.
Diffstat (limited to 'src/manipulation')
-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);
+});