await the right condition

This commit is contained in:
Jakob Ketterl 2019-09-21 13:41:04 +02:00
parent cf273021ab
commit 428a9ca509
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
} }
var processUpdates = function(updates) { var processUpdates = function(updates) {
if (!map) { if (typeof(AprsMarker) == 'undefined') {
updateQueue = updateQueue.concat(updates); updateQueue = updateQueue.concat(updates);
return; return;
} }