Rename 'window' module to 'browser_window' module. Fix #3.

This commit is contained in:
Cheng Zhao 2013-05-15 19:19:35 +08:00
parent f477ec09c0
commit 072ac8ba0b
7 changed files with 15 additions and 15 deletions

View file

@ -0,0 +1,6 @@
EventEmitter = require('events').EventEmitter
BrowserWindow = process.atomBinding('window').BrowserWindow
BrowserWindow.prototype.__proto__ = EventEmitter.prototype
module.exports = BrowserWindow