mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
lint fixes
This commit is contained in:
@@ -3,11 +3,11 @@ function SettingsService(userService) {
|
||||
this.settingsCache = null;
|
||||
|
||||
initSettingsService();
|
||||
};
|
||||
}
|
||||
|
||||
function initSettingsService() {
|
||||
SettingsService.prototype.clearCache = function () {
|
||||
this.settingsCache = null
|
||||
this.settingsCache = null;
|
||||
};
|
||||
|
||||
SettingsService.prototype.getSettings = function (callback) {
|
||||
@@ -103,4 +103,4 @@ function initSettingsService() {
|
||||
function handleError(error, deferred) {
|
||||
deferred.reject(error);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user