Docs
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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("(.*)/[^/]*$")
|
||||||
|
|||||||
Reference in New Issue
Block a user