Skip to content

Commit

Permalink
Fix linting nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 5, 2015
1 parent 485181a commit d4d207e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions lib/keypad.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ var Emitter = require("events").EventEmitter;
var util = require("util");
var Board = require("../lib/board.js");
var __ = require("../lib/fn.js");
var Pins = Board.Pins;
var map = Board.map;
var int16 = __.ToInt16FromTwoBytes;

var priv = new Map();
Expand Down
3 changes: 1 addition & 2 deletions test/keypad.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var MockFirmata = require("./mock-firmata"),
var MockFirmata = require("./util/mock-firmata"),
five = require("../lib/johnny-five.js"),
events = require("events"),
sinon = require("sinon"),
Board = five.Board,
Keypad = five.Keypad,
Expand Down

0 comments on commit d4d207e

Please sign in to comment.