Skip to content

Commit

Permalink
fix long polling example, removing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
wandenberg committed May 13, 2012
1 parent 1ac5c1f commit bc4aeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/long_polling.textile
Expand Up @@ -196,7 +196,7 @@ If needed you can change this behavior using some additional directives and chan
modes: "longpolling",
longPollingByHeaders: false,
longPollingTagArgument: 'tag', //this is the default value, you have to change it to be the same value used on push_stream_last_received_message_tag directive
longPollingTimeArgument: 'time' , //this is the default value, you have to change it to be the same value used on push_stream_last_received_message_time directive
longPollingTimeArgument: 'time' //this is the default value, you have to change it to be the same value used on push_stream_last_received_message_time directive
});
pushstream.onmessage = messageReceived;
pushstream.addChannel('ch1');
Expand Down

0 comments on commit bc4aeda

Please sign in to comment.