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

7 lines
77 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-15 08:54:11 +03:00
result: []
};