diff options
author | jeresig <jeresig@gmail.com> | 2009-12-21 19:58:13 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-12-21 19:58:13 -0500 |
commit | 61e37d41490aed319a176c6ca7feb95e5505059c (patch) | |
tree | 62b7c9bbb5cba5f15c2a134a51dac84b35e0d0ce /src/intro.js | |
parent | 36c99dc0c7a745a88488f519b38de811d6d4c8d9 (diff) | |
download | jquery-61e37d41490aed319a176c6ca7feb95e5505059c.tar.gz jquery-61e37d41490aed319a176c6ca7feb95e5505059c.zip |
Made a number of spacing changes to bring the code more-inline with the jQuery Core Style Guideline.
Diffstat (limited to 'src/intro.js')
-rw-r--r-- | src/intro.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.js b/src/intro.js index adea1b575..19a2c8057 100644 --- a/src/intro.js +++ b/src/intro.js @@ -13,5 +13,5 @@ * * Date: */ -(function(window, undefined){ +(function( window, undefined ) { |