projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda65d2
)
libs/web: reformat code in dispatcher.lua that confuses luadoc
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 29 Nov 2008 21:21:43 +0000
(21:21 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 29 Nov 2008 21:21:43 +0000
(21:21 +0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index 5fb50dcb160de93a841ea649a84ae3ecb0199b9e..cae5492f60994f4218220cdac3a8cee108791db2 100644
(file)
--- 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