mcopy_web/src/jquery-electron-fix.js

5 lines
138 B
JavaScript

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