Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit bac14a7

Browse files
committed
1164 - displaying reviews in reverse chronological order
1 parent 0b65c82 commit bac14a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/collections/ratingCl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ module.exports = Backbone.Collection.extend({
1717
return [];
1818
}
1919

20-
return response;
20+
return response.reverse();
2121
}
2222
});

0 commit comments

Comments
 (0)