Merge pull request #8082 from RReverser/patch-3

Strengthen chrome.events.Event definition
This commit is contained in:
Masahiro Wakame
2016-02-15 23:21:21 +09:00
2 changed files with 151 additions and 898 deletions
+150 -897
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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;