Skip to content

Commit

Permalink
Fix for #734
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Nov 16, 2012
1 parent 18ec18a commit 7bdfa64
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 @@ -65,7 +65,7 @@ jQuery.atmosphere = function() {
},
onMessagePublished : function(response) {
},
onTransportFailure : function(response) {
onTransportFailure : function (reason, request) {
},
onLocalMessage : function (response) {
},
Expand Down

0 comments on commit 7bdfa64

Please sign in to comment.