From d4595bb00f1365c65fddf11efd7d8d091b453482 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 7 Aug 2009 17:41:10 +0200 Subject: All worker functions are local. --- date.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'date.lua') diff --git a/date.lua b/date.lua index dfdeaba..aa7ac2f 100644 --- a/date.lua +++ b/date.lua @@ -14,7 +14,7 @@ module("vicious.date") -- {{{ Date widget type -function worker(format) +local function worker(format) -- Get format if format == nil then return os.date() -- cgit v1.2.3