Commit ab10535b authored by Don Gagne's avatar Don Gagne

Fix typo

parent ccdc194d
......@@ -175,7 +175,7 @@ Item {
function removeVehicle(vehicle) {
for (var i=0; i<_vehicles.length; i++) {
if (_vehicles[i] == vehicle) {
_vehicle[i] = undefined
_vehicles[i] = undefined
map.removeMapItem(_vehicleMapItems[i])
_vehicleMapItems[i] = undefined
break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment