There was an error while loading. Please reload this page.
1 parent 99045b2 commit a0d86acCopy full SHA for a0d86ac
modules/angular2/src/change_detection/pipes/iterable_changes.js
@@ -126,7 +126,8 @@ export class IterableChanges extends Pipe {
126
127
var record:CollectionChangeRecord = this._itHead;
128
var mayBeDirty:boolean = false;
129
- var index:int, item;
+ var index:int;
130
+ var item;
131
132
if (ListWrapper.isList(collection)) {
133
var list = collection;
0 commit comments