From 047dba0e5d3aeedd7498c05135a924b980660d3e Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 1 Aug 2009 23:15:09 +0200 Subject: Next release, version/tag 1.0.5. --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index ceab092..d70324b 100644 --- a/init.lua +++ b/init.lua @@ -76,10 +76,10 @@ for w, i in pairs(_M) do if i and i ~= _M and type(i) == "table" then -- Ignore the function table and helpers if w ~= "widgets" and w ~= "helpers" then - -- Place functions in the namespace table - widgets[w] = i.worker + -- Place widgets in the namespace table + widgets[w] = i -- Enable caching for all widget types - widget_cache[i.worker] = {} + widget_cache[i] = {} end end end -- cgit v1.2.3