mirror of
https://github.com/TangentFoxy/lume.git
synced 2025-07-28 11:02:20 +00:00
Substituted use of var name "arg" in lume.fn()
The use of a variable called "arg" was causing a bug in lume.fn() for lua5.1 which creates a table named "arg" when a variable number of arguments are used. The variable name has been changed to "args" to avoid the conflict.
This commit is contained in:
Reference in New Issue
Block a user