Skip to content

Commit 0387221

Browse files
committed
fix(ast): fix the size of a list in _evalListCache
1 parent c39c8eb commit 0387221

File tree

1 file changed

+1
-1
lines changed
  • modules/angular2/src/change_detection/parser

1 file changed

+1
-1
lines changed

modules/angular2/src/change_detection/parser/ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ var _evalListCache = [
406406
[0, 0, 0, 0, 0, 0, 0],
407407
[0, 0, 0, 0, 0, 0, 0, 0],
408408
[0, 0, 0, 0, 0, 0, 0, 0, 0],
409-
[0, 0, 0, 0, 0, 0, 0, 0, 0]
409+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
410410
];
411411

412412
function evalList(context, locals, exps: List<any>) {

0 commit comments

Comments
 (0)