Changes

Jump to navigation Jump to search

Module:Effective protection level

116 bytes added, 19:50, 19 April 2014
add a metamethod so the action can be passed as the first param to #invoke instead of 'main'
end
end
 
setmetatable(p, { __index = function(t, k)
return function(frame, ...)
return t.main(frame, k, ...)
end
end })
return p
Anonymous user

Navigation menu