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