Skip to content

Commit

Permalink
power down bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Nov 22, 2016
1 parent 8ef8a0f commit 892c4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/inputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ inputs.stop = function() {
console.log("inputs process exiting...");
inputsProcess.stdin.write('\n');
}
stopGesture();
inputs.stopGesture();
}

inputs.stopGesture = function() {
Expand Down

0 comments on commit 892c4df

Please sign in to comment.