Skip to content

Commit cccf462

Browse files
committed
Manual merge of #330 from @jkimbo w/o built files.
1 parent 0438a79 commit cccf462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/.wrapper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
(function(root, factory) {
2121
if (typeof define === 'function' && define.amd) {
2222
define(['jquery','sifter','microplugin'], factory);
23+
} else if (typeof exports === 'object') {
24+
module.exports = factory(require('jquery'), require('sifter'), require('microplugin'));
2325
} else {
2426
root.Selectize = factory(root.jQuery, root.Sifter, root.MicroPlugin);
2527
}

0 commit comments

Comments
 (0)