-
Glenn Vorhes authoredGlenn Vorhes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
mapMove.js 224 B
/**
* Created by gavorhes on 11/3/2015.
*/
import MapMoveCls from './mapMoveCls';
/**
* The single map move object catch is that it is common to multimap pages
* @type {MapMoveCls}
*/
export default new MapMoveCls();