diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-29 21:21:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-29 21:21:43 +0000 |
commit | a4fcc13388f2795b83921d1f0bd85b4d1d49ac7e (patch) | |
tree | 7cf544d1e78b5f9d18c6400d9fbdbc4c367afa4f /libs/web | |
parent | dda65d2b94f11f69537bed3c46d3c6e80234291b (diff) |
libs/web: reformat code in dispatcher.lua that confuses luadoc
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 |