comparison client/src/components/ImportStretches.vue @ 2757:74afcd266249

client: linting
author Markus Kottlaender <markus@intevation.de>
date Thu, 21 Mar 2019 14:29:47 +0100
parents 2b4727a32ce6
children c6fba10926cc
comparison
equal deleted inserted replaced
2756:ee2530ee1c0b 2757:74afcd266249
330 result.push({ name: s.summary.stretch, id: s.id }); 330 result.push({ name: s.summary.stretch, id: s.id });
331 } 331 }
332 } 332 }
333 } 333 }
334 return result; 334 return result;
335 }, 335 }
336 }, 336 },
337 watch: { 337 watch: {
338 identifiedFeatures() { 338 identifiedFeatures() {
339 const filterDistanceMarks = x => { 339 const filterDistanceMarks = x => {
340 return /^distance_marks/.test(x["id_"]); 340 return /^distance_marks/.test(x["id_"]);