Code format
This commit is contained in:
@@ -17,5 +17,5 @@ UIObject = {
|
||||
---@param self UIObject
|
||||
---@param type string Name of the object's type (e.g. Frame, Button, FontString, etc.)
|
||||
---@return number|nil 1 if the object belongs to the given type (or a subtype thereof); otherwise nil
|
||||
IsObjectType = function(self, type) end
|
||||
IsObjectType = function(self, type) end,
|
||||
}
|
||||
|
Reference in New Issue
Block a user