From e2a2cfde73ea334e88800c8bc6ba9976b7e30863 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 16 Nov 2015 12:32:28 -0800 Subject: [PATCH] Call decorate instead of bootstrap for template prepping Depends on webcomponents/webcomponentsjs#447 --- bower.json | 2 +- src/mini/template.html | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 6976f2f0e5..3081829b1a 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "url": "https://github.com/Polymer/polymer.git" }, "dependencies": { - "webcomponentsjs": "^0.7.2" + "webcomponentsjs": "^0.7.18" }, "devDependencies": { "web-component-tester": "*" diff --git a/src/mini/template.html b/src/mini/template.html index d36686884a..c6e1296cbb 100644 --- a/src/mini/template.html +++ b/src/mini/template.html @@ -26,7 +26,7 @@ _prepTemplate: function() { // locate template using dom-module if (this._template === undefined) { - this._template = Polymer.DomModule.import(this.is, 'template'); + this._template = Polymer.DomModule.import(this.is, 'template'); } // stick finger in footgun if (this._template && this._template.hasAttribute('is')) { @@ -35,10 +35,9 @@ 'Move inside simple