Skip to content

Commit ccd816f

Browse files
committed
Release 0.9.7
1 parent 49ac184 commit ccd816f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/socket.io.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,7 @@ var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="Sho
34903490
function empty () {};
34913491

34923492
XHRPolling.prototype.get = function () {
3493-
if (!this.open) return;
3493+
if (!this.isOpen) return;
34943494

34953495
var self = this;
34963496

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

37793779
JSONPPolling.prototype._ = function (msg) {
37803780
this.onData(msg);
3781-
if (this.open) {
3781+
if (this.isOpen) {
37823782
this.get();
37833783
}
37843784
return this;

0 commit comments

Comments
 (0)