define([ './store/ElasticReadStore' ],function(ElasticReadStore){ return new ElasticReadStore({ url: "data/elastic", requestMethod: "POST" }); });