chore(ts2dart): replace List with Array

Closes #3514
This commit is contained in:
Misko Hevery
2015-08-28 11:29:19 -07:00
committed by Miško Hevery
parent 4415855683
commit e916836261
204 changed files with 815 additions and 947 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ export {FormBuilder} from './src/forms/form_builder';
import {FormBuilder} from './src/forms/form_builder';
import {CONST_EXPR, Type} from './src/core/facade/lang';
export const FORM_BINDINGS: List<Type> = CONST_EXPR([FormBuilder]);
export const FORM_BINDINGS: Type[] = CONST_EXPR([FormBuilder]);