aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2020-01-09 21:02:01 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2020-01-09 21:02:01 -0500
commit3b2be804224844088a77b7e7de1ba419f22d09c9 (patch)
tree3e525e7187e32c8216690dfd8c292f129d154be0
parent04cc0029afb7e65eaa0316ab2f1c671c1a4100b7 (diff)
fixed typo
-rw-r--r--examples/jarvis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jarvis.js b/examples/jarvis.js
index 2fec17d..0b4b2fe 100644
--- a/examples/jarvis.js
+++ b/examples/jarvis.js
@@ -23,7 +23,7 @@ main.on('tileUpdate', tileHandler);
//// Configurable helpers for utilities
function init(send){
sender = send;
- setTimeout(()=>{writes.enable},1000); // Would fail if a write were added because it would be within a second of cursor send
+ setTimeout(()=>{writes.enable()},1000); // Would fail if a write were added because it would be within a second of cursor send
}
function deinit(){