Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Commit cc4b7b6

Browse files
committed
Fixed an incorrect semicolon
1 parent 1fe0544 commit cc4b7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/xbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var HID = require('node-hid'),
77
triggers = require('./triggers.json'),
88
buttons = require('./buttons.json'),
99
within = require('./mixins/within'),
10-
__ = require('lodash');
10+
__ = require('lodash'),
1111
joysticks = require('./joysticks.json');
1212

1313

0 commit comments

Comments
 (0)