Files
jquery/src/outro.js

5 lines
86 B
JavaScript

// Expose jQuery to the global object
window.jQuery = window.$ = jQuery;
})(window);