Fix lint/syntax (grunt test)

This commit is contained in:
Pablo Fischer 2016-02-01 09:29:57 +00:00
parent 98082a940c
commit f33de8e911

View File

@ -73,7 +73,6 @@ function (angular, _, dateMath) {
url: this.url + '/api/query',
data: reqBody
};
if (this.basicAuth || this.withCredentials) {
options.withCredentials = true;
}