[Code Style] Fix error in persistence

Fix typo in persistence provider for ElasticSearch related
to refactoring to use prototypes, WTD-1482.
This commit is contained in:
Victor Woeltjen 2015-08-17 17:00:21 -07:00
parent 86f0a9100f
commit f6cf4c3215

@ -69,7 +69,7 @@ define(
// Issue a request using $http; get back the plain JS object
// from the expected JSON response
ElasticPersistenceProvider.prototype.request = function (subpath, method, value, params) {
return this.http({
return this.$http({
method: method,
url: this.root + '/' + this.path + '/' + subpath,
params: params,