diff options
Diffstat (limited to 'scripts/socket')
-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) |