Skip to content

Commit

Permalink
Merge pull request #24 from nightscout/feature/dir-typo
Browse files Browse the repository at this point in the history
fixed typo in direction mapping
  • Loading branch information
jasoncalabrese committed Jun 25, 2014
2 parents 75d1c52 + 77b34aa commit 2ae52a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pebble.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DIRECTIONS = {
NONE: 0
, DoupleUp: 1
, DoubleUp: 1
, SingleUp: 2
, FortyFiveUp: 3
, Flat: 4
Expand Down

0 comments on commit 2ae52a6

Please sign in to comment.