fix(build): revert typescript upgrade which broke the build.

This reverts commit a7a9463624.
This reverts commit 59824e40e8.
This commit is contained in:
Alex Eagle
2015-04-29 10:49:18 -07:00
parent a7a9463624
commit b5032fd374
6 changed files with 10 additions and 6 deletions

View File

@ -6,4 +6,4 @@ import {global} from 'angular2/src/facade/lang';
export var __esModule = true;
export var Math = global.Math;
export var NaN = typeof NaN;
export var NaN = global.NaN;