Skip to content

Commit

Permalink
flush when polymer sees an event.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Oct 4, 2013
1 parent 0005280 commit 7f1206a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/instance/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
fn[args ? 'apply' : 'call'](this, args);
}
log.events && console.groupEnd();
Platform.flush();
}
},
instanceEventListener: function(event) {
Expand Down

0 comments on commit 7f1206a

Please sign in to comment.