Skip to content
Snippets Groups Projects
mapPopup.ts 274 B
Newer Older
/**
 * Created by gavorhes on 11/3/2015.
 */

import MapPopupCls from './mapPopupCls';

/**
 * The single popup object catch is that it is common to multimap pages
 * @type {MapPopupCls}
 */
Glenn Vorhes's avatar
Glenn Vorhes committed
export const mapPopup = new MapPopupCls() as MapPopupCls;
export default mapPopup;