mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update component docs
This commit is contained in:
@@ -45,7 +45,7 @@ end
|
||||
|
||||
--- Return true, if event have at lease one handler
|
||||
-- @function event:is_exist
|
||||
-- @treturn boolean True if event have handlers
|
||||
-- @treturn bool True if event have handlers
|
||||
function M.is_exist(self)
|
||||
return #self._callbacks > 0
|
||||
end
|
||||
|
Reference in New Issue
Block a user