1
0
forked from MTSR/mapserver
mapserver/server/static/js/search/SearchStore.js

9 lines
107 B
JavaScript
Raw Normal View History

2019-04-15 07:54:11 +02:00
/* exported SearchStore */
var SearchStore = {
2019-04-14 19:51:31 +02:00
query: "",
2019-04-21 21:51:43 +02:00
show: false,
busy: false,
2019-04-15 07:54:11 +02:00
result: []
};