From 676f5f3d754932529a268589b54c61af1d62642f Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Thu, 26 Apr 2018 16:06:56 -0700 Subject: [PATCH] Remove crufty global (fixes globals.html test) --- lib/utils/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/boot.js b/lib/utils/boot.js index 701ee1e259..fdcefc5e64 100644 --- a/lib/utils/boot.js +++ b/lib/utils/boot.js @@ -11,4 +11,4 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN window.JSCompiler_renameProperty = function(prop, obj) { return prop; } /** @namespace Polymer */ -let __PolymerBootstrap; +