all files / src/olHelpers/ mapPopup.ts

100% Statements 3/3
100% Branches 0/0
100% Functions 1/1
100% Lines 3/3
1 2 3 4 5 6 7 8 9 10 11 12 13                   
/**
 * 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}
 */
export const mapPopup = new MapPopupCls() as MapPopupCls;
export default mapPopup;