mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
lint fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function TokenService() {
|
||||
initTokenService();
|
||||
};
|
||||
}
|
||||
|
||||
function initTokenService() {
|
||||
var _token,
|
||||
@@ -287,5 +287,5 @@ function initTokenService() {
|
||||
|
||||
//polyfill https://github.com/davidchambers/Base64.js
|
||||
return window.decodeURIComponent(escape(window.atob(output)));
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user