Skip to content

Commit

Permalink
Merge pull request #1295 from Polymer/atotic-patch-1
Browse files Browse the repository at this point in the history
Bugfix: ReferenceError: c is not defined
  • Loading branch information
kevinpschaaf committed Mar 16, 2015
2 parents 739de80 + 4b95317 commit 7fe0523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/template/x-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
}
this.rows.splice(s.index, s.removed.length);
}, this);
var c = this.collection;
var filterDelta = 0;
splices.forEach(function(s) {
// Filter added keys
Expand Down

0 comments on commit 7fe0523

Please sign in to comment.