beautiful: simplify data retrieval

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-25 17:47:06 +01:00
parent 06cbcbc9bb
commit 4ac4cc3ab2
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ local theme = {}
-- @param key The key. -- @param key The key.
-- @return The value. -- @return The value.
function __index(self, key) function __index(self, key)
if theme[key] then
return theme[key] return theme[key]
end
end end
--- Init function, should be runned at the beginning of configuration file. --- Init function, should be runned at the beginning of configuration file.