From a6969ed99e0334b9f844b24d00dff860ad15b0bb Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Thu, 23 Feb 2017 19:40:29 -0800 Subject: [PATCH] Do not expose `Polymer.LegacyElement` to slightly discourage its use. --- polymer.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/polymer.html b/polymer.html index 1baa8f70..b0fe1535 100644 --- a/polymer.html +++ b/polymer.html @@ -9,7 +9,6 @@ \ No newline at end of file + Polymer.Base = Polymer.LegacyElementMixin(HTMLElement).prototype; +