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/screen.js
Normal file
9
atom/browser/api/lib/screen.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
var EventEmitter, screen;
|
||||
|
||||
EventEmitter = require('events').EventEmitter;
|
||||
|
||||
screen = process.atomBinding('screen').screen;
|
||||
|
||||
screen.__proto__ = EventEmitter.prototype;
|
||||
|
||||
module.exports = screen;
|
Loading…
Add table
Add a link
Reference in a new issue