From e397c434e54ac7b67569b15422cba5cae825a766 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Tue, 11 Apr 2017 11:09:55 -0700 Subject: [PATCH] fix lint error --- test/unit/styling-only-with-template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/styling-only-with-template.html b/test/unit/styling-only-with-template.html index 8239ad595d..5134867a36 100644 --- a/test/unit/styling-only-with-template.html +++ b/test/unit/styling-only-with-template.html @@ -70,6 +70,7 @@ test('dom-repeat and dom-if do not break custom-style', () => { // force custom-style flushing + let target = document.querySelector('#target'); window.ShadyCSS.styleDocument(); assertComputed(target, '2px'); });