Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jun 28, 2016
1 parent 4e08fa1 commit 4817d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/styling-scoped.html
Expand Up @@ -423,7 +423,7 @@
t.textContent = ':host(non-matching-type-selector)';
document.body.appendChild(t);
assertComputed(t, '0px');
var t = document.createElement('x-shared2x-shared1');
t = document.createElement('x-shared2x-shared1');
t.textContent = ':host(non-matching-type-selector)';
document.body.appendChild(t);
assertComputed(t, '0px');
Expand Down

0 comments on commit 4817d61

Please sign in to comment.