4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
// Expose jQuery to the global object
|
|
window.jQuery = window.$ = jQuery;
|
|
|
|
})(window);
|