aboutsummaryrefslogtreecommitdiffstats
path: root/src/outro.js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-05-20 21:12:08 +0000
committerJohn Resig <jeresig@gmail.com>2009-05-20 21:12:08 +0000
commita0451f162e95b552f9dc307b8529c114edeab417 (patch)
tree029ca9509d8827bfa427045e1ae2dd61c0cd1a90 /src/outro.js
parentb97b886fcd212b7a4c8c883b1afb04b6bd071545 (diff)
downloadjquery-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/outro.js')
-rw-r--r--src/outro.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outro.js b/src/outro.js
index 0319a0fe5..7773a74fd 100644
--- a/src/outro.js
+++ b/src/outro.js
@@ -1 +1 @@
-})();
+})(window);