Skip to content

Commit

Permalink
Merge pull request #67 from amperka/usb
Browse files Browse the repository at this point in the history
let to var
  • Loading branch information
igrztv authored Jun 4, 2018
2 parents 1e4bbec + 48f130d commit dfceb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@amperka/usb-keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ var type = function(txt, sendSpeed, callback) {
var pressedKeys = [0, 0, 0, 0, 0, 0, 0, 0];

var chooseKey = function(keyChanger, opts) {
let chrCode;
var chrCode;
if (opts in MODIFY) {
keyChanger([MODIFY[opts], 0]);
} else {
Expand Down

0 comments on commit dfceb7c

Please sign in to comment.