mirror of
https://github.com/TangentFoxy/lume.git
synced 2026-02-01 02:48:16 -07: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