await the right condition
This commit is contained in:
parent
cf273021ab
commit
428a9ca509
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user