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:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
/// <reference path="typings/zone/zone.d.ts"/>
|
||||
|
||||
/// <reference path="traceur-runtime.d.ts" />
|
||||
declare var assert: any;
|
||||
declare type int = number;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// <reference path="../../globals.d.ts" />
|
||||
var _global: BrowserNodeGlobal = <any>(typeof window === 'undefined' ? global : window);
|
||||
export {_global as global};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user