From 0ffa4b5e224491cd8b1463ac45d5d84605a13e79 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 22 Mar 2014 11:09:16 +1000 Subject: And correct the comment to match. --- ClientHamr/GuiLua/skang.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index d652d8d..ee508cb 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -259,7 +259,7 @@ end ]] --- skang.newThing stashes the default value into _M['bar'], and the details into ThingSpace.things['bar']. +-- skang.thing stashes the default value into _M['bar'], and the details into ThingSpace.things['bar']. -- TODO - If it's not required, and there's no default, then skip setting _M['bar']. -- TODO - Could even use __index to skip setting it if it's not required and there is a default. -- TODO - if default is a function, or a pre existing module[name] is a function, then set the Thing .func to that function. -- cgit v1.1