# HG changeset patch # User Matthew Wild # Date 1255023690 -3600 # Node ID e14cf28396a8c38ad490d0d9468212b7c0a4fa77 # Parent 3884a0aac4d7f19f7243c8126afe179ba37d90df util.array: Oh no it isn't! diff -r 3884a0aac4d7 -r e14cf28396a8 util/array.lua --- a/util/array.lua Tue Oct 06 23:14:01 2009 +0100 +++ b/util/array.lua Thu Oct 08 18:41:30 2009 +0100 @@ -111,7 +111,6 @@ -- 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, ...)