portree_kid 2020-07-26 21:12:50 +02:00
parent d6acedb384
commit 93a5c954e5

View File

@ -638,7 +638,7 @@ You should have received a copy of the GNU General Public License along with FG
}, },
editedParkings() { editedParkings() {
if (this.featureLookup===undefined) { if (this.featureLookup===undefined) {
console.warn("Lookup undefinded"); console.warn("Lookup undefined");
this.buildLookup() this.buildLookup()
} }
if (this.featureLookup===undefined) { if (this.featureLookup===undefined) {