mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix sinon-chrome dependency on chrome.events.Event
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@ declare module SinonChrome {
|
||||
}
|
||||
|
||||
declare module SinonChrome.events {
|
||||
interface Event extends chrome.events.Event {
|
||||
interface Event extends chrome.events.Event<Function> {
|
||||
trigger(...args: any[]): void;
|
||||
triggerAsync(...args: any[]): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user