Skip to content

Commit

Permalink
Fix for #49.
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Dec 11, 2012
1 parent 5a438a0 commit 5498804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/index.html
Expand Up @@ -2823,7 +2823,7 @@ <h3>Example</h3>

// Collect the details of the chat from our UI
var text = $( "#chatBox" ).val(),
from = $( "#fromBox" ).val();
from = $( "#fromBox" ).val(),
to = $( "#toBox" ).val();

// Publish data from the chat to the newMessage topic
Expand Down

0 comments on commit 5498804

Please sign in to comment.