Update jasmine.d.ts

https://groups.google.com/forum/#!topic/jasmine-js/LwlC-yCksY4
This commit is contained in:
jandersonBB
2014-08-13 14:16:13 -07:00
parent d4b55bafc0
commit e7e263cae1

View File

@@ -45,6 +45,7 @@ declare module jasmine {
function createSpyObj<T>(baseName: string, methodNames: any[]): T;
function pp(value: any): string;
function getEnv(): Env;
function addMatchers(matchers: any): Any;
interface Any {