Refactoring - resolve code inspection problems.

This commit is contained in:
Alexander Zobnin
2015-07-24 19:33:22 +03:00
parent 0df92cf580
commit 12be5fff56
6 changed files with 107 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
define([
'angular',
'lodash',
],
'lodash'
],
function (angular, _) {
'use strict';
@@ -94,7 +94,7 @@ function (angular, _) {
},
auth: null,
id: 1
},
}
};
if (this.basicAuth || this.withCredentials) {