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()
|
return self:getWidth()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
elements.__base.height = function(self, h)
|
element.__base.height = function(self, h)
|
||||||
if h then
|
if h then
|
||||||
return self:setHeight(h)
|
return self:setHeight(h)
|
||||||
else
|
else
|
||||||
|
@ -28,7 +28,7 @@ element.__base.width = (w) =>
|
|||||||
else
|
else
|
||||||
return @getWidth!
|
return @getWidth!
|
||||||
|
|
||||||
elements.__base.height = (h) =>
|
element.__base.height = (h) =>
|
||||||
if h
|
if h
|
||||||
return @setHeight h
|
return @setHeight h
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user