Docs
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local markdown = require("tools/markdown")
|
||||
local markdown = require("markdown")
|
||||
|
||||
local function ensureDirectory(path)
|
||||
local dir = path:match("(.*)/[^/]*$")
|
||||
|
||||
Reference in New Issue
Block a user