calls is an object (it should probably be defined), not an array.

This commit is contained in:
Artur Soler
2014-03-14 18:44:29 +01:00
parent 814f95190a
commit 73747f076c
+1 -1
View File
@@ -354,7 +354,7 @@ declare module jasmine {
identity: string;
and: SpyAnd;
calls: any[];
calls: any;
mostRecentCall: { args: any[]; };
argsForCall: any[];
wasCalled: boolean;