From a496574e933d6af1ef0590f26180fefbc71e18fb Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 10 Jun 2016 11:40:21 +0800 Subject: [PATCH] Make eslint happy. --- app/assets/javascripts/discourse/widgets/post-links.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/widgets/post-links.js.es6 b/app/assets/javascripts/discourse/widgets/post-links.js.es6 index ca17d358c4b..8aa84650fcd 100644 --- a/app/assets/javascripts/discourse/widgets/post-links.js.es6 +++ b/app/assets/javascripts/discourse/widgets/post-links.js.es6 @@ -27,7 +27,7 @@ export default createWidget('post-links', { }, html(attrs, state) { - if (!this.attrs.links || this.attrs.links.length == 0) { + if (!this.attrs.links || this.attrs.links.length === 0) { // shortcut all work return; }