aboutsummaryrefslogtreecommitdiff
path: root/containers.lua
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-19 17:28:33 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-19 17:28:43 -0800
commit43ff3892f39188163446f1a00ee8d2aad59e0392 (patch)
tree85b8d9b4441025b882f53a5a8e1e1f64207206ac /containers.lua
parentacd1191fb06a51f70f553c1dc8b47cf245a1c913 (diff)
Fixed a string indexing issue.
Diffstat (limited to 'containers.lua')
-rw-r--r--containers.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/containers.lua b/containers.lua
index 69eda94..ceb92fd 100644
--- a/containers.lua
+++ b/containers.lua
@@ -501,9 +501,6 @@ do
setmetatable(text_methods, {
__index = string2
})
- setmetatable(string2, {
- __index = error
- })
getmetatable("").__methods = text_methods
getmetatable("").__index = text_methods
getmetatable("").__add = function(self, x)