Cleanup spacing in outro.js. Fixes #10601

This commit is contained in:
Rick Waldron 2011-10-27 15:33:37 -04:00
parent 33e98834fe
commit d00e29a65e

View File

@ -1,3 +1,3 @@
// Expose jQuery to the global object
window.jQuery = window.$ = jQuery;
})(window);
})( window );