Commit ab10535b authored by Don Gagne's avatar Don Gagne

Fix typo

parent ccdc194d
...@@ -175,7 +175,7 @@ Item { ...@@ -175,7 +175,7 @@ Item {
function removeVehicle(vehicle) { function removeVehicle(vehicle) {
for (var i=0; i<_vehicles.length; i++) { for (var i=0; i<_vehicles.length; i++) {
if (_vehicles[i] == vehicle) { if (_vehicles[i] == vehicle) {
_vehicle[i] = undefined _vehicles[i] = undefined
map.removeMapItem(_vehicleMapItems[i]) map.removeMapItem(_vehicleMapItems[i])
_vehicleMapItems[i] = undefined _vehicleMapItems[i] = undefined
break 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