From d7a2baa42a1693c4127462c88527e21d11fe9c84 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Wed, 16 Mar 2016 17:54:20 -0700 Subject: [PATCH] fix lint errors. --- src/standard/styling.html | 2 +- test/unit/base.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/standard/styling.html b/src/standard/styling.html index 3fdec1ab2f..60fb7ce910 100644 --- a/src/standard/styling.html +++ b/src/standard/styling.html @@ -63,7 +63,7 @@ // only if no custom properties are used since otherwise // styles are applied via property shimming. if (!this._needsStyleProperties() && this._styles.length) { - var style = styleUtil.applyCss(cssText, this.is, + styleUtil.applyCss(cssText, this.is, nativeShadow ? this._template.content : null, this._scopeStyle); } } else { diff --git a/test/unit/base.html b/test/unit/base.html index 9fc827d591..233ef35c81 100644 --- a/test/unit/base.html +++ b/test/unit/base.html @@ -23,14 +23,14 @@