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

Commit

Permalink
fire an event after performing layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Sep 3, 2013
1 parent c28386b commit 4779061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polymer-grid-layout/polymer-grid-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
relayout: function() {
layout(this.layout, this.nodes);
this.asyncFire('polymer-grid-layout');
}
});

Expand Down

0 comments on commit 4779061

Please sign in to comment.