From 0387221da82c0c79cb834f13fd161dd37dd31098 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 22 May 2015 18:50:24 +0200 Subject: [PATCH] fix(ast): fix the size of a list in _evalListCache --- modules/angular2/src/change_detection/parser/ast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/change_detection/parser/ast.ts b/modules/angular2/src/change_detection/parser/ast.ts index b6374179e0..7de3a9a5f3 100644 --- a/modules/angular2/src/change_detection/parser/ast.ts +++ b/modules/angular2/src/change_detection/parser/ast.ts @@ -406,7 +406,7 @@ var _evalListCache = [ [0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0], - [0, 0, 0, 0, 0, 0, 0, 0, 0] + [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] ]; function evalList(context, locals, exps: List) {