mirror of
https://github.com/Insality/druid.git
synced 2025-11-27 19:30:51 +01: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