diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:28:33 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:28:43 -0800 |
| commit | 43ff3892f39188163446f1a00ee8d2aad59e0392 (patch) | |
| tree | 85b8d9b4441025b882f53a5a8e1e1f64207206ac /containers.lua | |
| parent | acd1191fb06a51f70f553c1dc8b47cf245a1c913 (diff) | |
Fixed a string indexing issue.
Diffstat (limited to 'containers.lua')
| -rw-r--r-- | containers.lua | 3 |
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) |
