Skip to content

Commit

Permalink
1164 - displaying reviews in reverse chronological order
Browse files Browse the repository at this point in the history
rmisio committed Jun 2, 2016
1 parent 0b65c82 commit bac14a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/collections/ratingCl.js
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@ module.exports = Backbone.Collection.extend({
return [];
}

return response;
return response.reverse();
}
});

0 comments on commit bac14a7

Please sign in to comment.