fixed ugly comment
This commit is contained in:
parent
a3811f767c
commit
7a4dbc8b67
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ app.views.Content = app.views.Base.extend({
|
||||||
smallPhotos : function() {
|
smallPhotos : function() {
|
||||||
var photos = this.model.get("photos")
|
var photos = this.model.get("photos")
|
||||||
if(!photos || photos.length < 2) { return }
|
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;
|
return photos;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue