Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioberger committed Jul 20, 2017
1 parent ce6e22c commit dc2024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledger-comm-u2f.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

var Q = require('q');
// Default to global u2f in order to support Firefox u2f plugin that injects it into
// the browser window object, but fallback to Chrome u2f-api to support modern
// the browser window object, but fallback to Chrome's u2f-api to support modern
// build systems.
var chromeU2FApi = require('./chrome-u2f-api');
var u2f = global.u2f ? global.u2f : chromeU2FApi;
Expand Down

0 comments on commit dc2024b

Please sign in to comment.