mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
lint fixes
This commit is contained in:
@@ -149,7 +149,7 @@ var Folder = function (obj, alreadyEncrypted) {
|
||||
}
|
||||
};
|
||||
|
||||
!function () {
|
||||
(function () {
|
||||
CipherString.prototype.decrypt = function (orgId) {
|
||||
if (this.decryptedValue) {
|
||||
var deferred = Q.defer();
|
||||
@@ -274,4 +274,4 @@ var Folder = function (obj, alreadyEncrypted) {
|
||||
|
||||
return deferred.promise;
|
||||
};
|
||||
}();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user