mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 02:53:28 +00:00
lint fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function AppIdService() {
|
||||
initAppIdService();
|
||||
};
|
||||
}
|
||||
|
||||
function initAppIdService() {
|
||||
AppIdService.prototype.getAppId = function (callback) {
|
||||
@@ -41,4 +41,4 @@ function initAppIdService() {
|
||||
return v.toString(16);
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user