mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: reduce lodash usages
This commit is contained in:
@ -243,7 +243,7 @@ function getTemplate(templatePath) {
|
||||
if (!ctx) {
|
||||
ctx = {};
|
||||
}
|
||||
lodash.extend(ctx, {
|
||||
Object.assign(ctx, {
|
||||
makeRelativeTime: makeRelativeTime,
|
||||
makeThumbnail: makeThumbnail,
|
||||
makeRadio: makeRadio,
|
||||
|
Reference in New Issue
Block a user