Convert all source files to JavaScript
This commit is contained in:
parent
403870a27e
commit
1f9691ae13
144 changed files with 11211 additions and 7301 deletions
9
atom/browser/api/lib/auto-updater/auto-updater-native.js
Normal file
9
atom/browser/api/lib/auto-updater/auto-updater-native.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
var EventEmitter, autoUpdater;
|
||||
|
||||
EventEmitter = require('events').EventEmitter;
|
||||
|
||||
autoUpdater = process.atomBinding('auto_updater').autoUpdater;
|
||||
|
||||
autoUpdater.__proto__ = EventEmitter.prototype;
|
||||
|
||||
module.exports = autoUpdater;
|
Loading…
Add table
Add a link
Reference in a new issue