mapserver/static/js/search/SearchStore.js
2019-06-13 08:04:32 +02:00

9 lines
107 B
JavaScript

/* exported SearchStore */
var SearchStore = {
query: "",
show: false,
busy: false,
result: []
};