9 lines
300 B
JavaScript
9 lines
300 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
(() => {
|
|
const mapContainerElement = document.querySelector("#lot--map");
|
|
if (mapContainerElement) {
|
|
exports.los.highlightMap(mapContainerElement, mapContainerElement.dataset.mapKey, "success");
|
|
}
|
|
})();
|