Fix bug in node-webkit when requiring "nw.gui"

This commit is contained in:
Niklas Mollenhauer 2014-11-08 01:14:26 +01:00
parent 1c49e69f2c
commit 20ebd41950

View File

@ -3,7 +3,7 @@
// Definitions by: Pedro Casaubon <https://github.com/xperiments>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module nw.gui {
declare module "nw.gui" {
interface IEventEmitter {
addListener(event: string, listener: Function): EventEmitter;