From 0833a22742b7cdad2b6176b3f39863ccc818faa2 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Wed, 30 Dec 2015 16:46:36 +0100 Subject: Forbid trailing spaces --- client/components/cards/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/cards') diff --git a/client/components/cards/attachments.js b/client/components/cards/attachments.js index 1e5aa03b..4e3e0b19 100644 --- a/client/components/cards/attachments.js +++ b/client/components/cards/attachments.js @@ -22,7 +22,7 @@ Template.attachmentsGalery.events({ }, 'click .js-preview-image'(evt) { Popup.open('previewAttachedImage').call(this, evt); - // when multiple thumbnails, if click one then another very fast, + // when multiple thumbnails, if click one then another very fast, // we might get a wrong width from previous img. // when popup reused, onRendered() won't be called, so we cannot get there. // here make sure to get correct size when this img fully loaded. -- cgit v1.2.3-1-g7c22