mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
typo fix
This commit is contained in:
parent
a2db191adf
commit
f18baa308f
@ -30,7 +30,7 @@ element.__base.width = function(self, w)
|
||||
return self:getWidth()
|
||||
end
|
||||
end
|
||||
elements.__base.height = function(self, h)
|
||||
element.__base.height = function(self, h)
|
||||
if h then
|
||||
return self:setHeight(h)
|
||||
else
|
||||
|
@ -28,7 +28,7 @@ element.__base.width = (w) =>
|
||||
else
|
||||
return @getWidth!
|
||||
|
||||
elements.__base.height = (h) =>
|
||||
element.__base.height = (h) =>
|
||||
if h
|
||||
return @setHeight h
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user