[Plugins] De-camelcase Elasticsearch constructor

...since that's the way elastic does it, when they capitalize any letters.
This commit is contained in:
Victor Woeltjen 2017-01-13 11:36:46 -08:00
parent ed67866f45
commit 16ec65f38c

View File

@ -61,7 +61,7 @@ define([
}; };
}; };
plugins.ElasticSearch = function (url) { plugins.Elasticsearch = function (url) {
return function (openmct) { return function (openmct) {
if (url) { if (url) {
var bundleName = "config/elastic"; var bundleName = "config/elastic";