Skip to content

Commit

Permalink
Fix issue with not genering the Templatizer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Feb 13, 2018
1 parent ae32725 commit 55708ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/utils/templatize.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@
* @summary Module for preparing and stamping instances of templates
* utilizing Polymer templating features.
*/

const Templatize = {
Polymer.Templatize = {

/**
* Returns an anonymous `Polymer.PropertyEffects` class bound to the
Expand Down Expand Up @@ -571,7 +570,6 @@
}
};

Polymer.Templatize = Templatize;
Polymer.TemplateInstanceBase = TemplateInstanceBase;

})();
Expand Down

0 comments on commit 55708ac

Please sign in to comment.