summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.js
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-01-22 22:18:20 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-01-22 22:18:20 +0300
commitf1b13204383967267b49e5ec20b2a137d9615642 (patch)
tree3e822d33490abac3b017e6c28be5210759504048 /plugins/shorten_expanded/init.js
parentf0687060d772b511d3002f8077fb3b74876c58c5 (diff)
fix extra comma
Diffstat (limited to 'plugins/shorten_expanded/init.js')
-rw-r--r--plugins/shorten_expanded/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js
index fd816b52a..bc3e35ff6 100644
--- a/plugins/shorten_expanded/init.js
+++ b/plugins/shorten_expanded/init.js
@@ -76,7 +76,7 @@ require(['dojo/_base/kernel', 'dojo/ready'], (dojo, ready) => {
self.shorten_if_needed(row);
});
- })),
+ }));
PluginHost.register(PluginHost.HOOK_ARTICLE_RENDERED_CDM, function(row) {
self.process_row(row);