Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Fix #3: reverse content
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbonte committed Apr 6, 2016
1 parent 1c5e87c commit 33de342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var constructor = function (container, outerContainer) {
return !Cookies.get(item.id);
});

var items = featured.concat(content);
var items = content.concat(featured);
if (!initState) {
initState = 0;
}
Expand Down

0 comments on commit 33de342

Please sign in to comment.