From 536ddd78f748d0735ab825422feefe2b61d95604 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 26 Mar 2014 20:02:29 +1000 Subject: TODO++ --- ClientHamr/GuiLua/skang.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua/skang.lua') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index d02be48..cb0b84a 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -327,7 +327,7 @@ thing = function (module, names, help, default, types, widget, required, acl, bo end -- Set it all up. - -- TODO - might want to merge into pre existing Thing instead of over writing like this. + -- TODO - might want to merge into pre existing Thing instead of over writing like this. OOOR clone so there's a second copy. local thing = {module = module, names = n, help = help, default = default, types = t, widget = widget, required = isBoolean(required), acl = acl, boss = boss, } setmetatable(thing, Thing) -- Stash the Thing under all of it's names. -- cgit v1.1