diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2011-10-27 15:33:37 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2011-10-27 15:33:37 -0400 |
commit | d00e29a65eb299ded5896bd84f413b2215548bd5 (patch) | |
tree | 675294c9abe5efefbd10e193a56bf311ca8f3877 /src/outro.js | |
parent | 33e98834fe209ab615379b0dc3e50976ebda283a (diff) | |
download | jquery-d00e29a65eb299ded5896bd84f413b2215548bd5.tar.gz jquery-d00e29a65eb299ded5896bd84f413b2215548bd5.zip |
Cleanup spacing in outro.js. Fixes #10601
Diffstat (limited to 'src/outro.js')
-rw-r--r-- | src/outro.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outro.js b/src/outro.js index b49305e72..64ef28ed3 100644 --- a/src/outro.js +++ b/src/outro.js @@ -1,3 +1,3 @@ // Expose jQuery to the global object window.jQuery = window.$ = jQuery; -})(window); +})( window ); |