We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jQuery
1 parent c2aa4a8 commit cad751aCopy full SHA for cad751a
src/index.js
@@ -80,3 +80,6 @@ module.exports = $.extend({
80
if (window && !window.$) {
81
window.$ = $;
82
}
83
+if (window && !window.jQuery) {
84
+ window.jQuery = $;
85
+}
0 commit comments