From dad5b135c39323854dad4d8fd0e5cc74e74d2e32 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 16 Feb 2017 15:11:31 +0300 Subject: [PATCH] lint --- public/src/client/topic/postTools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/topic/postTools.js b/public/src/client/topic/postTools.js index f9b2090f3a..ccd72c640d 100644 --- a/public/src/client/topic/postTools.js +++ b/public/src/client/topic/postTools.js @@ -266,7 +266,7 @@ define('forum/topic/postTools', [ var selection = window.getSelection ? window.getSelection() : document.selection.createRange(); var postContents = $('[component="post"] [component="post/content"]'); var content; - postContents.each(function(index, el) { + postContents.each(function (index, el) { if (selection && selection.containsNode && el && selection.containsNode(el, true)) { content = el; }