Update chrome-app.d.ts

Added missing removeListener WindowEvent
This commit is contained in:
cstefan
2015-09-15 11:50:36 +02:00
parent 52b0ea5c97
commit c5db2d4088
+1
View File
@@ -138,6 +138,7 @@ declare module chrome.app.window {
interface WindowEvent {
addListener(callback: () => void): void;
removeListener(callback: () => void): void;
}
var onBoundsChanged: WindowEvent;