From 884be02e60b5bd4f18cdf637482ae65ac2718b28 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Sun, 14 Feb 2016 00:21:49 +0000 Subject: [PATCH] Fix sinon-chrome dependency on chrome.events.Event --- sinon-chrome/sinon-chrome.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinon-chrome/sinon-chrome.d.ts b/sinon-chrome/sinon-chrome.d.ts index f5aa2344f..3057f7837 100644 --- a/sinon-chrome/sinon-chrome.d.ts +++ b/sinon-chrome/sinon-chrome.d.ts @@ -31,7 +31,7 @@ declare module SinonChrome { } declare module SinonChrome.events { - interface Event extends chrome.events.Event { + interface Event extends chrome.events.Event { trigger(...args: any[]): void; triggerAsync(...args: any[]): void;