diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:48 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:48 +0200 |
commit | f044622bae3853abe8dc142585e9ba881b1c7ebd (patch) | |
tree | 847038d308cc27fedb388de63e40eb5e0adcad94 /src/ajax | |
parent | 6987220d2b561d73ad7c1f92988ffff239f8136b (diff) | |
download | jquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.tar.gz jquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.zip |
No ticket. Restore checking individual src/**/*.js files by jsHint.
Diffstat (limited to 'src/ajax')
-rw-r--r-- | src/ajax/load.js | 2 | ||||
-rw-r--r-- | src/ajax/var/rquery.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ajax/load.js b/src/ajax/load.js index dde1823c0..d8e7e57c4 100644 --- a/src/ajax/load.js +++ b/src/ajax/load.js @@ -71,4 +71,4 @@ jQuery.fn.load = function( url, params, callback ) { return this; }; -});
\ No newline at end of file +}); diff --git a/src/ajax/var/rquery.js b/src/ajax/var/rquery.js index eb26d4eb8..500a77a08 100644 --- a/src/ajax/var/rquery.js +++ b/src/ajax/var/rquery.js @@ -1,3 +1,3 @@ define(function() { - return /\?/; -});
\ No newline at end of file + return (/\?/); +}); |