Move JavaScript to root lib/ folder
This commit is contained in:
parent
a9c40de393
commit
70aa9b06ee
56 changed files with 0 additions and 0 deletions
6
lib/browser/api/auto-updater/auto-updater-native.js
Normal file
6
lib/browser/api/auto-updater/auto-updater-native.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const EventEmitter = require('events').EventEmitter;
|
||||
const autoUpdater = process.atomBinding('auto_updater').autoUpdater;
|
||||
|
||||
autoUpdater.__proto__ = EventEmitter.prototype;
|
||||
|
||||
module.exports = autoUpdater;
|
Loading…
Add table
Add a link
Reference in a new issue