jquery/src/outro.js

4 lines
85 B
JavaScript

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