diff options
author | John Resig <jeresig@gmail.com> | 2009-05-20 21:12:08 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-05-20 21:12:08 +0000 |
commit | a0451f162e95b552f9dc307b8529c114edeab417 (patch) | |
tree | 029ca9509d8827bfa427045e1ae2dd61c0cd1a90 /src/intro.js | |
parent | b97b886fcd212b7a4c8c883b1afb04b6bd071545 (diff) | |
download | jquery-a0451f162e95b552f9dc307b8529c114edeab417.tar.gz jquery-a0451f162e95b552f9dc307b8529c114edeab417.zip |
Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro.
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 893df9254..3b9dd8e22 100644 --- a/src/intro.js +++ b/src/intro.js @@ -9,5 +9,5 @@ * Date: * Revision: */ -(function(){ +(function(window, undefined){ |