fix(Global && src/facade && Protractor): Allows List to be imported.

Allows the List type to be imported from 'angular2/src/facade/collection'
This commit is contained in:
Ian Riley
2015-06-01 17:49:14 -07:00
committed by Tobias Bosch
parent 9e36539052
commit 1d24e2cf23
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
/// <reference path="../../globals.d.ts" />
var _global: BrowserNodeGlobal = <any>(typeof window === 'undefined' ? global : window);
export {_global as global};