mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-26 16:14:16 +03:00
commonjs jquery
This commit is contained in:
parent
aa06f5c66a
commit
efc824b082
6
HTML/vendor/jquery.js
vendored
6
HTML/vendor/jquery.js
vendored
@ -8977,5 +8977,9 @@ jQuery.each([ "Height", "Width" ], function( i, name ) {
|
||||
|
||||
|
||||
// Expose jQuery to the global object
|
||||
window.jQuery = window.$ = jQuery;
|
||||
if (typeof module !== 'undefined' && module.exports) {
|
||||
module.exports = jQuery;
|
||||
} else {
|
||||
window.jQuery = window.$ = jQuery;
|
||||
}
|
||||
})(window);
|
||||
|
Loading…
Reference in New Issue
Block a user