diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-06-09 16:46:10 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-06-09 16:46:20 -0600 |
commit | 17b938a5c8c075f8e1f1ea37b91fb814411eeb59 (patch) | |
tree | ea3edbdffac116e3cfec43a4872a4fa1015e03b4 /ext | |
parent | 206d78538ccbc5e9543ee2bb2a93442b4b432534 (diff) |
Fix lint
Diffstat (limited to 'ext')
-rw-r--r-- | ext/js/templates/sandbox/template-renderer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/templates/sandbox/template-renderer.js b/ext/js/templates/sandbox/template-renderer.js index df9fd79d..7179f366 100644 --- a/ext/js/templates/sandbox/template-renderer.js +++ b/ext/js/templates/sandbox/template-renderer.js @@ -18,6 +18,7 @@ /* global * Handlebars + * handlebarsCompileFnName */ class TemplateRenderer { |