From 67ac33e8bbfeeaeae4af463123698ca6fc4d81fb Mon Sep 17 00:00:00 2001 From: Steve Orvell Date: Mon, 27 Jan 2014 08:42:53 -0800 Subject: [PATCH] =?UTF-8?q?Adapt=20to=20removal=20of=20ShadowDOM=E2=80=99s?= =?UTF-8?q?=20applyAuthorStyles=20flag.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/instance/base.js | 1 - test/html/styling/apply-reset-styles.html | 9 +++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/instance/base.js b/src/instance/base.js index d887ff6..c97c9e8 100644 --- a/src/instance/base.js +++ b/src/instance/base.js @@ -118,7 +118,6 @@ // make a shadow root var root = this.createShadowRoot(); // migrate flag(s) - root.applyAuthorStyles = this.applyAuthorStyles; root.resetStyleInheritance = this.resetStyleInheritance; // stamp template // which includes parsing and applying MDV bindings before being diff --git a/test/html/styling/apply-reset-styles.html b/test/html/styling/apply-reset-styles.html index 3c08076..b260845 100644 --- a/test/html/styling/apply-reset-styles.html +++ b/test/html/styling/apply-reset-styles.html @@ -25,13 +25,11 @@ - +