[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@@ -157,7 +157,7 @@ define(
|
||||
.then(checkUpdate);
|
||||
};
|
||||
|
||||
ElasticPersistenceProvider.prototype.deleteObject = function (space, key, value) {
|
||||
ElasticPersistenceProvider.prototype.deleteObject = function (space, key) {
|
||||
return this.del(key).then(bind(this.checkResponse, this));
|
||||
};
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ define([
|
||||
})
|
||||
.then(function success(succesResponse) {
|
||||
return provider.parseResponse(succesResponse);
|
||||
}, function error(errorResponse) {
|
||||
}, function error() {
|
||||
// Gracefully fail.
|
||||
return {
|
||||
hits: [],
|
||||
|
||||
Reference in New Issue
Block a user