Add lastError to Sinon-Chrome

This commit is contained in:
Tim Perry
2015-08-27 14:19:14 +01:00
parent e5de5c4daf
commit 0f0e62958c
+1
View File
@@ -411,6 +411,7 @@ declare module SinonChrome.runtime {
export var id: string;
export var getURL: Sinon.SinonSpy;
export var lastError: { message?: string };
}
declare module SinonChrome.sessions {