Skip to content

Commit

Permalink
fix lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jul 27, 2016
1 parent 5967f2d commit 95eadbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/custom-style-scope-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

test('elements created declaratively conditionally styled via custom style receive correct properties', function() {
var t1 = document.querySelector('#cache1');
var t2 = document.querySelector('#cache2');;
var t2 = document.querySelector('#cache2');
assertComputed(t1, '8px');
assertComputed(t2, '4px');
});
Expand Down

0 comments on commit 95eadbd

Please sign in to comment.