Skip to content

Commit 5f2d4bd

Browse files
committed
Up
1 parent 3ec9364 commit 5f2d4bd

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

druid/editor_scripts/core/asset_store/path_replacer.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ local system = require("druid.editor_scripts.defold_parser.system.parser_interna
66
local 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")

druid/editor_scripts/core/asset_store/ui/widget_card.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ local function build_labels(overrides)
4545
end
4646

4747

48-
4948
function 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
@@ -164,4 +163,3 @@ end
164163

165164

166165
return M
167-

druid/editor_scripts/core/asset_store/ui/widget_list.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ local function noop(...)
88
end
99

1010

11-
1211
local function build_context(overrides)
1312
return {
1413
on_install = overrides.on_install or noop,
@@ -18,7 +17,6 @@ local function build_context(overrides)
1817
end
1918

2019

21-
2220
function M.create(items, overrides)
2321
local card_context = build_context(overrides or {})
2422
local is_installed = overrides and overrides.is_installed or function(_)
@@ -48,4 +46,3 @@ end
4846

4947

5048
return M
51-

0 commit comments

Comments
 (0)