libs/web: reformat code in dispatcher.lua that confuses luadoc

This commit is contained in:
Jo-Philipp Wich 2008-11-29 21:21:43 +00:00
parent dda65d2b94
commit a4fcc13388

View 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