libs/web: reformat code in dispatcher.lua that confuses luadoc
This commit is contained in:
parent
dda65d2b94
commit
a4fcc13388
1 changed files with 2 additions and 1 deletions
|
@ -391,7 +391,8 @@ function modifier(func, order)
|
||||||
context.modifiers[#context.modifiers+1] = {
|
context.modifiers[#context.modifiers+1] = {
|
||||||
func = func,
|
func = func,
|
||||||
order = order or 0,
|
order = order or 0,
|
||||||
module = getfenv(2)._NAME
|
module
|
||||||
|
= getfenv(2)._NAME
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue