Skip to content

Commit

Permalink
Fix for #742
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Nov 25, 2012
1 parent 0b1f6b5 commit c0fa5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jQuery.atmosphere = function() {
connectTimeout : -1,
reconnectInterval : 0,
dropAtmosphereHeaders : true,
uuid : 0,
uuid : jQuery.atmosphere.guid(),
shared : false,
readResponsesHeaders : true,
onError : function(response) {
Expand Down

0 comments on commit c0fa5c9

Please sign in to comment.