Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
polymer-animation: forgot to bind()
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 29, 2013
1 parent 2a74212 commit 4e2c272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-animation/polymer-animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
var array = [];
this.target.forEach(function(t) {
array.push(this.makeSingleAnimation(t));
});
}.bind(this));
animation = new ParGroup(array);
} else {
animation = this.makeSingleAnimation(this.target);
Expand Down

0 comments on commit 4e2c272

Please sign in to comment.