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 return self
end end
--- Initializes the Frame instance
function Frame:init(props, basalt) function Frame:init(props, basalt)
Container.init(self, props, basalt) Container.init(self, props, basalt)
self.set("type", "Frame") self.set("type", "Frame")

View File

@@ -1,4 +1,4 @@
local markdown = require("tools/markdown") local markdown = require("markdown")
local function ensureDirectory(path) local function ensureDirectory(path)
local dir = path:match("(.*)/[^/]*$") local dir = path:match("(.*)/[^/]*$")