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 @@ - +