summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index e610586..5e0dd3c 100644
--- a/index.htm
+++ b/index.htm
@@ -34,7 +34,7 @@
fd_seek : () => { throw new Error("Unexpected fd_seek call"); },
},
env : {
- p_clipboard_write_impl : (size, text) => {
+ p_clipboard_write_text_impl : (size, text) => {
let text_buffer = new ArrayBuffer(size);
new Uint8Array(text_buffer).set(new Uint8Array(this.memory_buffer, text, size));