. - :
function makeShowLot(lot_id, area, coords, details, image, map, areas, lots) {
return function () {
showLot(lot_id, area, coords, details, image, map, areas, lots);
};
}
:
area.onmouseover = makeShowLot(lot_id, area, coords, details, image, map, areas, lots);
makeShowLot - , . ; , showLot, .