Skip to content

Commit

Permalink
make ack comment more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdickson40 committed Jul 24, 2016
1 parent 5f5b859 commit e2068b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/textroomtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function sendData() {
transaction: randomString(12),
room: myroom,
text: data,
ack: true // acknowledge message reciept by server? (does NOT acknowledge receipt by other clients)
ack: true // should server acknowledge message reciept? (does NOT acknowledge receipt by other clients)
};
textroom.data({
text: JSON.stringify(message),
Expand Down

0 comments on commit e2068b2

Please sign in to comment.