aboutsummaryrefslogtreecommitdiffstats
path: root/src/exports
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/exports
parent6987220d2b561d73ad7c1f92988ffff239f8136b (diff)
downloadjquery-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.js2
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
+});