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/exports | |
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/exports')
-rw-r--r-- | src/exports/amd.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exports/amd.js b/src/exports/amd.js index 4499d2def..815b5d88a 100644 --- a/src/exports/amd.js +++ b/src/exports/amd.js @@ -15,4 +15,4 @@ if ( typeof define === "function" && define.amd ) { }); } -});
\ No newline at end of file +}); |