diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 11:15:37 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 11:15:37 -0500 |
commit | 9afa0420b0d34d8484a71ae278e4dbd1630a035a (patch) | |
tree | 6e7a90d247ae89cd65caca71b2cbbaaceeff58ac /scripts/socket/sock.js | |
parent | aa92baae14882ccf38f311f71c64cc0a6205553e (diff) |
Input and settings fixes
Diffstat (limited to 'scripts/socket/sock.js')
-rw-r--r-- | scripts/socket/sock.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/socket/sock.js b/scripts/socket/sock.js index 31b9a7f..36e28bc 100644 --- a/scripts/socket/sock.js +++ b/scripts/socket/sock.js @@ -1,3 +1,4 @@ +'use strict'; // A wrapper around the wrapper class SockWorker extends EventTarget{ constructor (serveraddr, version) |