fix: make sure that Zone does not show up in angular2.d.ts

Closes #7655
This commit is contained in:
Misko Hevery
2016-03-17 20:58:25 -07:00
committed by Miško Hevery
parent 048bd280dd
commit d4e9b55fb6
3 changed files with 51 additions and 49 deletions

View File

@ -9,7 +9,6 @@ export interface BrowserNodeGlobal {
Math: any; // typeof Math;
assert(condition: any): void;
Reflect: any;
Zone: typeof Zone;
getAngularTestability: Function;
getAllAngularTestabilities: Function;
getAllAngularRootElements: Function;
@ -477,4 +476,4 @@ export function bitWiseAnd(values: number[]): number {
export function escape(s: string): string {
return _global.encodeURI(s);
}
}