From 52a89591456ef394dc1125afbbead56155b5457a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 26 Mar 2014 17:27:46 +1000 Subject: TODO++, maybe. --- ClientHamr/GuiLua/skang.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'ClientHamr') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 9bb842d..4d25dff 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -247,6 +247,7 @@ Thing.__index = function (table, key) -- This only works for keys that don't exist. By definition a value of nil means it doesn't exist. local thing = things[key] -- First see if this is a Thing. + -- TODO - Java skang called isValid() on get(). On the other hand, doesn't seem to call it on set(), but calls it on append(). if thing then return thing.value or thing.default end -- Then see if we can inherit it from Thing. -- cgit v1.1