mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
lint fixes
This commit is contained in:
@@ -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