fixing Stefanos problem

This commit is contained in:
axel 2012-10-10 10:07:13 +02:00
parent 19094a9fd4
commit 9dbea196c5
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ default.action = function( inlet )
local func = config[ 'on'.. event.etype ]
if func then
if type( func ) == 'function' then
func( event, event2 )
end