diff --git a/scripts/typings.d.ts b/scripts/typings.d.ts index a93ab74e..b185daa4 100644 --- a/scripts/typings.d.ts +++ b/scripts/typings.d.ts @@ -8,8 +8,6 @@ declare const ENV:string; // google code-prettify declare const PR:any; -declare const global:any; - declare module jasmine { interface Matchers { toHaveCssClass(expected: any): boolean;