Vasili

Results 3 comments of Vasili

Bugs: https://github.com/tastejs/TasteMusic/blob/master/app/scripts/comments_parser.js#L23 https://github.com/tastejs/TasteMusic/blob/master/app/scripts/comments_parser.js#L27 It should be `url.indexOf(domains) > -1` instead of `url.indexOf(domains) > 1`.

As far as removing the `htmlList`, yes I agree that it has nothing to do with parsing comments and should be done on the outside. Now on **CommentsParser** itself, I'm...

I found a solution to this: https://codepen.io/anon/pen/MXEXBb Basically I removed the `static formats(domNode)` definition - not sure if it's even needed. With that said, not totally sure how you'd go...