aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lstring.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lstring.js b/src/lstring.js
index cc399b8..1887e85 100644
--- a/src/lstring.js
+++ b/src/lstring.js
@@ -43,7 +43,6 @@ const luaS_hashlongstr = function(ts) {
/* variant that takes ownership of array */
const luaS_bless = function(L, str) {
- Object.freeze(str);
return new TString(L, str);
};