From 55708acf8daac5bf33630b5ab02d7cb891654802 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Tue, 13 Feb 2018 14:50:12 +0100 Subject: [PATCH] Fix issue with not genering the Templatizer docs --- lib/utils/templatize.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; })();