extends node-webkit App class with EventEmitter

See https://github.com/nwjs/nw.js/wiki/App#events
This commit is contained in:
Andre Eckardt
2016-07-26 18:42:08 +02:00
parent 6cad73d91b
commit 7e54d47ca0

View File

@@ -156,7 +156,7 @@ declare module "nw.gui" {
eval(frame: HTMLIFrameElement, script: string): void;
}
export interface App {
export interface App extends EventEmitter {
argv: any;
fullArgv: any;
dataPath: string;