1
0
forked from MTSR/mapserver
mapserver/static/js/config.js

13 lines
102 B
JavaScript
Raw Normal View History

2019-08-26 11:17:08 +03:00
var config;
export default {
get(){
return config;
},
set(cfg){
config = cfg;
}
2019-09-01 13:06:47 +03:00
};