We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c751e commit f95e8d1Copy full SHA for f95e8d1
jqueryPluginCommonjs.js
@@ -9,7 +9,7 @@
9
define(['jquery'], factory);
10
} else if (typeof exports === 'object') {
11
// Node/CommonJS
12
- factory(require('jquery'));
+ module.exports = factory(require('jquery'));
13
} else {
14
// Browser globals
15
factory(jQuery);
0 commit comments