From 6b6ee765502a7f449bd1682d83716c59f4fa4729 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 27 Sep 2020 11:53:07 -0400 Subject: Move searchTerms/searchKanji to front of object definitions (#873) --- test/test-options-util.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index c8eb3b16..a7dc41d1 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -333,12 +333,12 @@ function createProfileOptionsUpdatedTestData1() { }, options: { showAdvanced: false, + searchTerms: true, + searchKanji: true, scanOnTouchMove: true, scanOnPenHover: true, scanOnPenPress: true, scanOnPenRelease: false, - searchTerms: true, - searchKanji: true, preventTouchScrolling: true } }, @@ -352,12 +352,12 @@ function createProfileOptionsUpdatedTestData1() { }, options: { showAdvanced: false, + searchTerms: true, + searchKanji: true, scanOnTouchMove: true, scanOnPenHover: true, scanOnPenPress: true, scanOnPenRelease: false, - searchTerms: true, - searchKanji: true, preventTouchScrolling: true } }, @@ -371,12 +371,12 @@ function createProfileOptionsUpdatedTestData1() { }, options: { showAdvanced: false, + searchTerms: true, + searchKanji: true, scanOnTouchMove: true, scanOnPenHover: true, scanOnPenPress: true, scanOnPenRelease: false, - searchTerms: true, - searchKanji: true, preventTouchScrolling: true } } -- cgit v1.2.3