File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
druid/editor_scripts/core/asset_store Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ local system = require("druid.editor_scripts.defold_parser.system.parser_interna
66local M = {}
77
88
9-
10-
119--- Replace paths in file content
1210--- @param content string - File content
1311--- @param author string - Author name (e.g. , " Insality" )
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ local function build_labels(overrides)
4545end
4646
4747
48-
4948function M .create (item , context )
5049 local labels = build_labels (context and context .labels )
5150 local open_url = context and context .open_url or function (_ ) end
164163
165164
166165return M
167-
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ local function noop(...)
88end
99
1010
11-
1211local function build_context (overrides )
1312 return {
1413 on_install = overrides .on_install or noop ,
@@ -18,7 +17,6 @@ local function build_context(overrides)
1817end
1918
2019
21-
2220function M .create (items , overrides )
2321 local card_context = build_context (overrides or {})
2422 local is_installed = overrides and overrides .is_installed or function (_ )
4846
4947
5048return M
51-
You can’t perform that action at this time.
0 commit comments