Merge branch 'next-minor' into develop

This commit is contained in:
Benjamin Neff 2018-03-10 00:01:36 +01:00
commit f14547b2ea
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -40,6 +40,7 @@ app.views.Comment = app.views.Content.extend({
app.views.ExpandedComment = app.views.Comment.extend({
postRenderTemplate : function(){
this.bindMediaEmbedThumbClickEvent();
}
});
// @license-end