aboutsummaryrefslogtreecommitdiff
path: root/src/library_sockfs.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library_sockfs.js')
-rw-r--r--src/library_sockfs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_sockfs.js b/src/library_sockfs.js
index 712c6d85..3f758e5c 100644
--- a/src/library_sockfs.js
+++ b/src/library_sockfs.js
@@ -131,7 +131,7 @@ mergeInto(LibraryManager.library, {
port = parseInt(result[2], 10);
}
} else {
- // Create the actual websocket object and connect.
+ // create the actual websocket object and connect
try {
// runtimeConfig gets set to true if WebSocket runtime configuration is available.
var runtimeConfig = (Module['websocket'] && ('object' === typeof Module['websocket']));