mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Merge pull request #5829 from cstefan/cstefan-patch-1
Update chrome-app.d.ts / Added missing removeListener WindowEvent
This commit is contained in:
1
chrome/chrome-app.d.ts
vendored
1
chrome/chrome-app.d.ts
vendored
@@ -138,6 +138,7 @@ declare module chrome.app.window {
|
||||
|
||||
interface WindowEvent {
|
||||
addListener(callback: () => void): void;
|
||||
removeListener(callback: () => void): void;
|
||||
}
|
||||
|
||||
var onBoundsChanged: WindowEvent;
|
||||
|
||||
Reference in New Issue
Block a user