Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Update example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed May 29, 2014
1 parent e648a6d commit e668693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mousemove/templates/example.html
Expand Up @@ -22,7 +22,7 @@
var players = {};
var transport = WebSocket; //SockJS
var endpoint = '{{ OMNIBUS_ENDPOINT }}';
var options = {authToken: '{{ OMNIBUS_authToken }}'};
var options = {authToken: '{{ OMNIBUS_AUTH_TOKEN }}'};
var connection = new Omnibus(transport, endpoint, options);
var channel = connection.openChannel('mousemoves');

Expand Down

0 comments on commit e668693

Please sign in to comment.