This commit is contained in:
Robert Jelic
2025-02-16 20:28:06 +01:00
parent 7f08b6d0f7
commit a1fe485f1a
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ function Frame.new()
return self
end
--- Initializes the Frame instance
function Frame:init(props, basalt)
Container.init(self, props, basalt)
self.set("type", "Frame")