diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-09-03 02:52:01 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-09-07 20:14:50 +0300 |
commit | 20ddbe4f594f78f7f1095050aabd91882dde0670 (patch) | |
tree | cec646466acf1470780105c743e72d52f5c691ba /src/jquery.js | |
parent | fa8a5a90e157f26a54ce50b4e8bb8f2f4bce3500 (diff) | |
download | jquery-20ddbe4f594f78f7f1095050aabd91882dde0670.tar.gz jquery-20ddbe4f594f78f7f1095050aabd91882dde0670.zip |
Build: Update jscs and lint files
Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7
Fixes gh-2056
Diffstat (limited to 'src/jquery.js')
-rw-r--r-- | src/jquery.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jquery.js b/src/jquery.js index 6e646cf42..265385563 100644 --- a/src/jquery.js +++ b/src/jquery.js @@ -1,4 +1,4 @@ -define([ +define( [ "./core", "./selector", "./traversing", @@ -32,6 +32,6 @@ define([ "./exports/amd" ], function( jQuery ) { -return (window.jQuery = window.$ = jQuery); +return ( window.jQuery = window.$ = jQuery ); -}); +} ); |