summaryrefslogtreecommitdiff
path: root/runtime/js/13_buffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/13_buffer.js')
-rw-r--r--runtime/js/13_buffer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/13_buffer.js b/runtime/js/13_buffer.js
index 59997254b..fcb656c0f 100644
--- a/runtime/js/13_buffer.js
+++ b/runtime/js/13_buffer.js
@@ -3,6 +3,7 @@
// This code has been ported almost directly from Go's src/bytes/buffer.go
// Copyright 2009 The Go Authors. All rights reserved. BSD license.
// https://github.com/golang/go/blob/master/LICENSE
+"use strict";
((window) => {
const { assert } = window.__bootstrap.util;