mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
lint fixes
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
if (paramIndex > -1) {
|
||||
pagePath = pagePath.substring(0, paramIndex);
|
||||
}
|
||||
return encodeURIComponent(pagePath)
|
||||
return encodeURIComponent(pagePath);
|
||||
}
|
||||
|
||||
bgPage.bg_appIdService.getAnonymousAppId(function (gaAnonAppId) {
|
||||
|
||||
@@ -11,7 +11,9 @@
|
||||
var thisU2f = null;
|
||||
|
||||
U2f.prototype.init = function (data) {
|
||||
/* jshint ignore:start */
|
||||
var self = thisU2f = this;
|
||||
/* jshint ignore:end */
|
||||
|
||||
self.connectorLink.href = self.webVaultUrl + '/u2f-connector.html' +
|
||||
'?data=' + this.base64Encode(JSON.stringify(data)) +
|
||||
|
||||
Reference in New Issue
Block a user