From: charleswrayjr Date: Sat, 13 Sep 2025 16:04:14 +0000 (-0500) Subject: Adding .truncate to @lodash.js. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=65ff9f280757fe052f2ffc454fe52e768ee209ad;p=phs-admin.git Adding .truncate to @lodash.js. --- diff --git a/.idea/phs-admin.iml b/.idea/phs-admin.iml index 2bfa945..4e9dda5 100644 --- a/.idea/phs-admin.iml +++ b/.idea/phs-admin.iml @@ -9,5 +9,6 @@ + \ No newline at end of file diff --git a/src/@lodash/@lodash.js b/src/@lodash/@lodash.js index 46ea8a6..037431c 100755 --- a/src/@lodash/@lodash.js +++ b/src/@lodash/@lodash.js @@ -5,7 +5,7 @@ import __ from 'lodash'; * And use it as below * import _ from '@lodash' */ -const _ = __.runInContext(); +const _ = __.runInContext({}); _.mixin({ truncateString: (str, maxLength) => {