From 1688d7b2df75a03bc42c449624853893a2d1c442 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 27 Mar 2014 00:13:32 +1000 Subject: TODO++ --- 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 379b871..bc59f85 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -259,6 +259,7 @@ Thing.isValid = function (self) -- Check if this Thing is valid, return resultin -- Anything that overrides this method, should call this super method first. local value = self.value self.errors = {} + -- TODO - Naturally there should be formatting functions for stuffing Thing stuff into strings, and overridable output functions. if 'nil' == type(value) then if self.required then table.insert(self.errors, self.names[1] .. ' is required!') end else -- cgit v1.1