/** * Created by gavorhes on 11/3/2015. */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var mapPopupCls_1 = require("./mapPopupCls"); /** * The single popup object catch is that it is common to multimap pages * @type {MapPopupCls} */ exports.mapPopup = new mapPopupCls_1.default(); exports.default = exports.mapPopup; //# sourceMappingURL=mapPopup.js.map