From: Jo-Philipp Wich Date: Sat, 29 Nov 2008 21:21:43 +0000 (+0000) Subject: libs/web: reformat code in dispatcher.lua that confuses luadoc X-Git-Tag: 0.9.0~938 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a4fcc13388f2795b83921d1f0bd85b4d1d49ac7e libs/web: reformat code in dispatcher.lua that confuses luadoc --- diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 5fb50dcb1..cae5492f6 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -391,7 +391,8 @@ function modifier(func, order) context.modifiers[#context.modifiers+1] = { func = func, order = order or 0, - module = getfenv(2)._NAME + module + = getfenv(2)._NAME } end