Move all sources under atom/.
This commit is contained in:
parent
26ddbbb0ee
commit
516d46444d
217 changed files with 519 additions and 519 deletions
7
atom/browser/api/lib/power-monitor.coffee
Normal file
7
atom/browser/api/lib/power-monitor.coffee
Normal file
|
@ -0,0 +1,7 @@
|
|||
bindings = process.atomBinding 'power_monitor'
|
||||
EventEmitter = require('events').EventEmitter
|
||||
|
||||
PowerMonitor = bindings.PowerMonitor
|
||||
PowerMonitor::__proto__ = EventEmitter.prototype
|
||||
|
||||
module.exports = new PowerMonitor
|
Loading…
Add table
Add a link
Reference in a new issue