summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shorten_expanded')
-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);