1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 08:37:59 +02: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({
pieceId,
editionListOfPiece: res.editions,
page,
pageSize,
orderBy,
orderAsc,
count: res.count,
filterBy,
maxEdition
maxEdition,
count: res.count,
editionListOfPiece: res.editions
});
resolve(res);
})