We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2947850 commit afb21c8Copy full SHA for afb21c8
1 file changed
src/lib/render-status.html
@@ -66,7 +66,7 @@
66
this._waitingNextRender = true;
67
var fn = function() {
68
Polymer.RenderStatus._flushNextRender();
69
- }
+ };
70
if (!this._ready) {
71
this.whenReady(fn);
72
} else {
0 commit comments