mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Fix lint error
This commit is contained in:
@@ -57,8 +57,8 @@ export function coreDifference(base, head) {
|
||||
}
|
||||
}
|
||||
|
||||
for (var id in head.entities) checkEntityID(id);
|
||||
for (var id in base.entities) checkEntityID(id);
|
||||
for (var headId in head.entities) checkEntityID(headId);
|
||||
for (var baseId in base.entities) checkEntityID(baseId);
|
||||
|
||||
|
||||
_diff.length = function length() {
|
||||
|
||||
Reference in New Issue
Block a user