fixed typo in direction mapping; won't matter when cgm-pebble:feature/direction-sync gets merged

This commit is contained in:
Jason Calabrese
2014-06-25 13:43:12 -10:00
parent 75d1c52d44
commit 77b34aa048
+1 -1
View File
@@ -1,6 +1,6 @@
var DIRECTIONS = {
NONE: 0
, DoupleUp: 1
, DoubleUp: 1
, SingleUp: 2
, FortyFiveUp: 3
, Flat: 4