fixed ugly comment

This commit is contained in:
Faldrian 2014-08-03 16:00:11 +02:00
parent a3811f767c
commit 7a4dbc8b67

View file

@ -22,7 +22,7 @@ app.views.Content = app.views.Base.extend({
smallPhotos : function() {
var photos = this.model.get("photos")
if(!photos || photos.length < 2) { return }
photos.splice(0, 1); // remove first photo as it is already shown in big
photos.splice(0, 1); // remove first photo as it is already shown as largePhoto
return photos;
},