summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 10fafc447..8e0401d80 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -61,7 +61,7 @@ require(["dojo/_base/kernel",
try {
App.init(parser, false);
} catch (e) {
- if (typeof App != "undefined" && App.Error)
+ if (typeof App !== "undefined" && App.Error)
App.Error.report(e);
else
alert(e + "\n\n" + e.stack);