Skip to content

Commit

Permalink
Add missing semicolon after variable assignment
Browse files Browse the repository at this point in the history
fn assignment should end with a semicolon.
  • Loading branch information
zhaoz authored Feb 7, 2017
1 parent 2947850 commit afb21c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/render-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
this._waitingNextRender = true;
var fn = function() {
Polymer.RenderStatus._flushNextRender();
}
};
if (!this._ready) {
this.whenReady(fn);
} else {
Expand Down

0 comments on commit afb21c8

Please sign in to comment.