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

Commit

Permalink
Fixed an incorrect semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Oct 24, 2014
1 parent 1fe0544 commit cc4b7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var HID = require('node-hid'),
triggers = require('./triggers.json'),
buttons = require('./buttons.json'),
within = require('./mixins/within'),
__ = require('lodash');
__ = require('lodash'),
joysticks = require('./joysticks.json');


Expand Down

0 comments on commit cc4b7b6

Please sign in to comment.