Skip to content

Commit

Permalink
Refactor to be functional and add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Feb 25, 2018
1 parent 79d05b8 commit 7eb1a62
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 278 deletions.
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@
* @protected
*/
static _parseBindings(text, templateInfo) {
const parserParts = new Polymer.BindingParser().parse(text, templateInfo);
const parserParts = Polymer.BindingParser.parse(text, templateInfo);
if (parserParts.length) {
return parserParts;
} else {
Expand Down
Loading

0 comments on commit 7eb1a62

Please sign in to comment.