Skip to content

Commit cad751a

Browse files
committed
Expose jquery as jQuery as well
1 parent c2aa4a8 commit cad751a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ module.exports = $.extend({
8080
if (window && !window.$) {
8181
window.$ = $;
8282
}
83+
if (window && !window.jQuery) {
84+
window.jQuery = $;
85+
}

0 commit comments

Comments
 (0)