5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
|
try {
|
||
|
$ = jQuery = module.exports;
|
||
|
// If you want module.exports to be empty, uncomment:
|
||
|
// module.exports = {};
|
||
|
} catch(e) {}
|