Skip to content

Commit

Permalink
Merge pull request #33 from Juicy/pending-reset
Browse files Browse the repository at this point in the history
Fix pending flag resetting
  • Loading branch information
tomalec authored Nov 29, 2017
2 parents 69039ee + 66cc45b commit 963b773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imported-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
// HTMLImports.parser.addElementToDocument = originalAddElementToDocument;
}

this.pending = false;
that.pending = false;
};
// guessed workaround for StarcounterSamples/Launcher#82, Polymer/polymer#554, http://crbug.com/389566
// TODO(tomalec): check if it's still required
Expand Down

0 comments on commit 963b773

Please sign in to comment.