- Fix lint error: whitespace.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-10-03 16:39:16 +03:00
parent f8b89129a3
commit 111e4d8478

View file

@ -42,7 +42,7 @@ Blaze.Template.registerHelper('mentions', new Template('mentions', function() {
if(u){
member.username = u.username;
}
return member;
return member;
});
const mentionRegex = /\B@([\w.]*)/gi;
let content = Blaze.toHTML(view.templateContentBlock);