summaryrefslogtreecommitdiffstats
path: root/client/lib/popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/lib/popup.js')
-rw-r--r--client/lib/popup.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/lib/popup.js b/client/lib/popup.js
index 3658d883..0a700f82 100644
--- a/client/lib/popup.js
+++ b/client/lib/popup.js
@@ -190,7 +190,7 @@ window.Popup = new class {
return title !== translationKey ? title : defaultTitle;
};
}
-};
+}();
// We close a potential opened popup on any left click on the document, or go
// one step back by pressing escape.
@@ -205,4 +205,3 @@ escapeActions.forEach((actionName) => {
}
);
});
-