This website requires JavaScript.
Explore
Help
Register
Sign In
MTSR
/
mapserver
Watch
3
Star
0
Fork
1
You've already forked mapserver
Code
Issues
Pull Requests
1
Packages
Projects
Releases
1
Wiki
Activity
1edb544958
mapserver
/
public
/
js
/
config.js
13 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
working basic routing
2019-08-26 11:17:08 +03:00
var
config
;
export
default
{
get
(
)
{
return
config
;
}
,
set
(
cfg
)
{
config
=
cfg
;
}
jshint + cleanup
2019-09-01 13:06:47 +03:00
}
;
Reference in New Issue
Copy Permalink