Merge pull request #853 from artch/patch-1

jasmine: fixed createSpy definition
This commit is contained in:
Boris Yankov
2013-08-11 07:48:56 -07:00
+1 -1
View File
@@ -29,7 +29,7 @@ declare module jasmine {
var Clock: Clock;
function any(aclass: any);
function createSpy(name: string): Spy;
function createSpy(name: string, originalFn: Function): Spy;
function createSpyObj(baseName: string, methodNames: any[]): any;
function pp(value: any): string;
function getEnv(): Env;