1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 18:35:09 +01:00

Fix shorthand property ordering

This commit is contained in:
Brett Sun 2015-12-09 18:03:52 +01:00
parent ffe88eb3bf
commit 08cc88c699

View File

@ -47,14 +47,14 @@ class EditionListActions {
this.actions.updateEditionList({ this.actions.updateEditionList({
pieceId, pieceId,
editionListOfPiece: res.editions,
page, page,
pageSize, pageSize,
orderBy, orderBy,
orderAsc, orderAsc,
count: res.count,
filterBy, filterBy,
maxEdition maxEdition,
count: res.count,
editionListOfPiece: res.editions
}); });
resolve(res); resolve(res);
}) })