util.array: Oh no it isn't!

Thu, 08 Oct 2009 18:41:30 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 08 Oct 2009 18:41:30 +0100
changeset 1934
e14cf28396a8
parent 1933
3884a0aac4d7
child 1935
05adeddf9f1b

util.array: Oh no it isn't!

util/array.lua file | annotate | diff | comparison | revisions
--- 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, ...)

mercurial