Skip to content

Commit 774631e

Browse files
committed
Moved one line
1 parent a7d5d15 commit 774631e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PlugPlex.JS/plug-plex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
this.active = false;
55
this.ws = new WebSocket("ws://localhost:23524/" + this.name);
66
this.ws.onopen = function () {
7+
This.active = true;
78
if (onopen) {
89
onopen();
910
}
10-
This.active = true;
1111
}
1212
this.ws.onerror = function () {
1313
if (onerror) {

0 commit comments

Comments
 (0)