diff --git a/lib/utils/templatize.html b/lib/utils/templatize.html index 9d72b4547e..1b6dd044b0 100644 --- a/lib/utils/templatize.html +++ b/lib/utils/templatize.html @@ -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 @@ -571,7 +570,6 @@ } }; - Polymer.Templatize = Templatize; Polymer.TemplateInstanceBase = TemplateInstanceBase; })();