libs/web: reformat code in dispatcher.lua that confuses luadoc
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 29 Nov 2008 21:21:43 +0000 (21:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 29 Nov 2008 21:21:43 +0000 (21:21 +0000)
libs/web/luasrc/dispatcher.lua

index 5fb50dcb160de93a841ea649a84ae3ecb0199b9e..cae5492f60994f4218220cdac3a8cee108791db2 100644 (file)
@@ -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