mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 23:48:02 -05:00
fixed a typo in the example code
This commit is contained in:
@@ -7,7 +7,7 @@ $(function() {
|
||||
'#3b88eb', '#3824aa', '#a700ff', '#d300e7'
|
||||
];
|
||||
|
||||
// Initialize varibles
|
||||
// Initialize variables
|
||||
var $window = $(window);
|
||||
var $usernameInput = $('.usernameInput'); // Input for username
|
||||
var $messages = $('.messages'); // Messages area
|
||||
|
||||
Reference in New Issue
Block a user