We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d5d15 commit 774631eCopy full SHA for 774631e
1 file changed
PlugPlex.JS/plug-plex.js
@@ -4,10 +4,10 @@
4
this.active = false;
5
this.ws = new WebSocket("ws://localhost:23524/" + this.name);
6
this.ws.onopen = function () {
7
+ This.active = true;
8
if (onopen) {
9
onopen();
10
}
- This.active = true;
11
12
this.ws.onerror = function () {
13
if (onerror) {
0 commit comments