chore: update ts2dart version

This commit is contained in:
Jeff Cross
2015-09-01 00:54:58 -07:00
parent 86bda288bd
commit 2d4f331c63
4 changed files with 18 additions and 13 deletions

View File

@ -2,7 +2,7 @@
* This file contains declarations of global symbols we reference in our code
*/
/// <reference path="typings/zone/zone.d.ts"/>
/// <reference path="../typings/zone/zone.d.ts"/>
declare var assert: any;
// FIXME: K must be string!

View File

@ -5,7 +5,7 @@
// We also want the following typings to be available only when compiling to
// ES5, because they are redundant with lib.es6.d.ts.
/// <reference path="../angular2/typings/es6-promise/es6-promise.d.ts"/>
/// <reference path="../typings/es6-promise/es6-promise.d.ts"/>
// es6-promise.d.ts chose a different name for this interface than TS lib.es6.d.ts
// Generic Type Alises are in TS 1.6 (https://github.com/Microsoft/TypeScript/pull/3397)