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 bc15d71 commit 1046b6dCopy full SHA for 1046b6d
jquery.color.js
@@ -13,6 +13,8 @@
13
if (typeof define === 'function' && define.amd) {
14
// AMD. Register as an anonymous module.
15
define(['jquery'], factory);
16
+ } else if (typeof exports === 'object') {
17
+ module.exports = factory(require('jquery'));
18
} else {
19
factory(root.jQuery);
20
}
0 commit comments