Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 432c068

Browse files
authored
Merge pull request #118 from tchakkazulu/master
Fix typo in WebSocket readyState
2 parents 63045ac + 05290e3 commit 432c068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DOM/Websocket/WebSocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.url = function (ws) {
1616

1717
exports.readyStateImpl = function (ws) {
1818
return function () {
19-
return ws.readyStateImpl;
19+
return ws.readyState;
2020
};
2121
};
2222

0 commit comments

Comments
 (0)