mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Fix bug in node-webkit when requiring "nw.gui"
This commit is contained in:
parent
1c49e69f2c
commit
20ebd41950
2
node-webkit/node-webkit.d.ts
vendored
2
node-webkit/node-webkit.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user