mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Fix typos
This commit is contained in:
@@ -871,7 +871,7 @@ function validationCache(which) {
|
||||
const issue = cache.issuesByIssueID[issueID];
|
||||
if (issue) {
|
||||
(issue.entityIds || []).forEach(relatedID => result.add(relatedID));
|
||||
} else { // shouldnt happen, clean up
|
||||
} else { // shouldn't happen, clean up
|
||||
delete cache.issuesByIssueID[issueID];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user