Releasing LTN012.
This commit is contained in:
parent
d92132e87a
commit
4fc164b8ea
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ decodet = {}
|
||||||
wrapt = {}
|
wrapt = {}
|
||||||
|
|
||||||
-- creates a function that chooses a filter by name from a given table
|
-- creates a function that chooses a filter by name from a given table
|
||||||
function choose(table)
|
local function choose(table)
|
||||||
return function(name, opt1, opt2)
|
return function(name, opt1, opt2)
|
||||||
if type(name) ~= "string" then
|
if type(name) ~= "string" then
|
||||||
name, opt1, opt2 = "default", name, opt1
|
name, opt1, opt2 = "default", name, opt1
|
||||||
|
|
Loading…
Add table
Reference in a new issue