mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fix missing and unnecessary semicolons
This commit is contained in:
committed by
Bryan Housel
parent
424bebf099
commit
1527bbb043
@@ -82,8 +82,8 @@ export function parseErrorDescriptions(entity) {
|
||||
if (!errorMatch) {
|
||||
// TODO: Remove, for regex dev testing
|
||||
console.log('Unmatched:', errorType, errorDescription, errorRe);
|
||||
return
|
||||
};
|
||||
return;
|
||||
}
|
||||
|
||||
// index 0 is the whole match, groups start from 1
|
||||
for (var i = 1; i < errorMatch.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user