Skip to content

Commit

Permalink
Release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 24, 2012
1 parent 49ac184 commit ccd816f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/socket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -3490,7 +3490,7 @@ var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="Sho
function empty () {};

XHRPolling.prototype.get = function () {
if (!this.open) return;
if (!this.isOpen) return;

var self = this;

Expand Down Expand Up @@ -3778,7 +3778,7 @@ var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="Sho

JSONPPolling.prototype._ = function (msg) {
this.onData(msg);
if (this.open) {
if (this.isOpen) {
this.get();
}
return this;
Expand Down
Loading

0 comments on commit ccd816f

Please sign in to comment.