aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/code-frequency.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/code-frequency.js')
-rw-r--r--web_src/js/features/code-frequency.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/features/code-frequency.js b/web_src/js/features/code-frequency.js
index 103d82f6e3..47e1539ddc 100644
--- a/web_src/js/features/code-frequency.js
+++ b/web_src/js/features/code-frequency.js
@@ -11,7 +11,7 @@ export async function initRepoCodeFrequency() {
loadingTitle: el.getAttribute('data-locale-loading-title'),
loadingTitleFailed: el.getAttribute('data-locale-loading-title-failed'),
loadingInfo: el.getAttribute('data-locale-loading-info'),
- }
+ },
});
View.mount(el);
} catch (err) {