mcopy/app/src/jquery-electron-fix.js

5 lines
138 B
JavaScript
Raw Normal View History

2016-04-13 01:04:13 +00:00
try {
$ = jQuery = module.exports;
// If you want module.exports to be empty, uncomment:
// module.exports = {};
} catch(e) {}