Merge pull request #3913 from abdulapopoola/master

Removal of obsolete parameter in Spy Interface
This commit is contained in:
Masahiro Wakame
2015-03-21 13:18:46 +09:00
-1
View File
@@ -369,7 +369,6 @@ declare module jasmine {
mostRecentCall: { args: any[]; };
argsForCall: any[];
wasCalled: boolean;
callCount: number;
}
interface SpyAnd {