summaryrefslogtreecommitdiffstats
path: root/client/lib/popup.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-03 04:00:55 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-03 04:00:55 +0200
commit7c403053e364ffe21d64edd961a55d0402582c07 (patch)
tree77f06a7afdb099c162a29c1bf9909b0761d85ea7 /client/lib/popup.js
parentc52233cacf798e1eb0ad8dbbfe20354443b562e3 (diff)
downloadwekan-7c403053e364ffe21d64edd961a55d0402582c07.tar.gz
wekan-7c403053e364ffe21d64edd961a55d0402582c07.tar.bz2
wekan-7c403053e364ffe21d64edd961a55d0402582c07.zip
Fix lint errors.
Diffstat (limited to 'client/lib/popup.js')
-rw-r--r--client/lib/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/lib/popup.js b/client/lib/popup.js
index d9e29ff1..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.