Skip to content

Commit 5261c93

Browse files
committed
Fix bad variable name.
1 parent 3ce44f3 commit 5261c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14082,7 +14082,7 @@ WebSocketClient.prototype.send = function(message, raw, replacer) {
1408214082
} else
1408314083
this.socket.write(U.getWebSocketFrame(0, data, 0x01));
1408414084
} else if (message) {
14085-
if (self.deflate) {
14085+
if (this.deflate) {
1408614086
this.deflatepending.push(U.createBuffer(message));
1408714087
this.sendDeflate();
1408814088
} else

0 commit comments

Comments
 (0)