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 08:54:11 +03:00
/* exported SearchStore */
var SearchStore = {
2019-04-14 20:51:31 +03:00
query: "",
2019-04-21 22:51:43 +03:00
show: false,
busy: false,
2019-04-15 08:54:11 +03:00
result: []
};