diff options
Diffstat (limited to 'util/array.lua')
-rw-r--r-- | util/array.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/array.lua b/util/array.lua index 316a2861..686f55b1 100644 --- a/util/array.lua +++ b/util/array.lua @@ -111,7 +111,6 @@ end -- Setup methods from array_base for method, f in pairs(array_base) do - local method = method; -- Yes, this is necessary :) local base_method = f; -- Setup global array method which makes new array array[method] = function (old_a, ...) |