From c4e372e72fbeb85bc46a936ed6f100a4a54ba45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Tue, 4 Aug 2015 16:18:14 +0200 Subject: [PATCH] pr review: fix indentation --- js/stores/edition_list_store.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/stores/edition_list_store.js b/js/stores/edition_list_store.js index d3fac31d..4e3a2fe8 100644 --- a/js/stores/edition_list_store.js +++ b/js/stores/edition_list_store.js @@ -82,9 +82,9 @@ class EditionListStore { // refetch editions with adjusted page size EditionsListActions.fetchEditionList(pieceId, 1, prevEditionListLength, - this.editionList[pieceId].orderBy, - this.editionList[pieceId].orderAsc, - this.editionList[pieceId].filterBy) + this.editionList[pieceId].orderBy, + this.editionList[pieceId].orderAsc, + this.editionList[pieceId].filterBy) .then(() => { // reset back to the normal pageSize and page this.editionList[pieceId].page = prevEditionListPage;