settings changes inspired by JustPerfection review for DateMenuFormatter

This commit is contained in:
Marcin Jakubowski
2021-12-08 13:56:19 +01:00
parent 650f3f7f4d
commit 1e6a0321e3
4 changed files with 22 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
var PrefFields = {
ANCHOR_VERTICAL : 'anchor-vertical',
ANCHOR_HORIZONTAL : 'anchor-horizontal',
ANIMATION_TIME : 'animation-time',
ANIMATION_DIRECTION : 'animation-direction',
};