
committed by
Miško Hevery

parent
4415855683
commit
e916836261
@ -9,6 +9,6 @@ export function main() {
|
||||
bootstrap(App, createBindings());
|
||||
}
|
||||
|
||||
function createBindings(): List<any> {
|
||||
function createBindings(): any[] {
|
||||
return [bind(APP_VIEW_POOL_CAPACITY).toValue(100000)];
|
||||
}
|
||||
|
Reference in New Issue
Block a user