Skip to content

Commit

Permalink
emit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjohnst committed Sep 29, 2013
1 parent 4ed2cc2 commit 7b60eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/leapcopter.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function updateText(cmd) {
function sendCommandImmediate(cmd) {
console.log(cmd);
updateText(cmd);
//socket.emit(cmd);
socket.emit(cmd);
}

var sendCommand = debounce(function(cmd) {
Expand Down

0 comments on commit 7b60eb3

Please sign in to comment.