Skip to content

Commit

Permalink
Fix for #956
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Mar 18, 2013
1 parent b8bf1b1 commit 82ce422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,6 @@ jQuery.atmosphere = function() {
_localSocketF(_response.responseBody);
}

// Ugly see issue 400.
if (_response.responseBody.length == 0 && _response.state == "messageReceived") {
continue;
}
Expand Down

0 comments on commit 82ce422

Please sign in to comment.