New eslint config with no-multi-assign
This commit is contained in:
@@ -81,7 +81,8 @@ describe('ol.renderer.canvas.ImageLayer', function() {
|
||||
});
|
||||
|
||||
div = document.createElement('div');
|
||||
div.style.width = div.style.height = '100px';
|
||||
div.style.width = '100px';
|
||||
div.style.height = '100px';
|
||||
document.body.appendChild(div);
|
||||
map = new Map({
|
||||
target: div,
|
||||
@@ -131,7 +132,8 @@ describe('ol.renderer.canvas.ImageLayer', function() {
|
||||
});
|
||||
|
||||
div = document.createElement('div');
|
||||
div.style.width = div.style.height = '100px';
|
||||
div.style.width = '100px';
|
||||
div.style.height = '100px';
|
||||
document.body.appendChild(div);
|
||||
map = new Map({
|
||||
target: div,
|
||||
|
||||
Reference in New Issue
Block a user