Skip to content

Commit

Permalink
Alias Keypad => Touchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 5, 2015
1 parent 6ee35bf commit 22a92b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/johnny-five.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ module.exports.Leds = module.exports.Led.Array;
module.exports.Pins = module.exports.Pin.Array;
module.exports.Servos = module.exports.Servo.Array;

// Direct Alias
module.exports.Touchpad = module.exports.Keypad;

// Back Compat
module.exports.Nunchuk = module.exports.Wii.Nunchuk;

0 comments on commit 22a92b0

Please sign in to comment.