From 230bc8988da6f7fca43a92ce8ed179474be2474b Mon Sep 17 00:00:00 2001 From: adrian w kirk Date: Sat, 8 Oct 2022 23:07:50 +0100 Subject: [PATCH] sliding clock: separated out v1 and v2 faces --- apps/slidingtext/slidingtext.locale.en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/slidingtext/slidingtext.locale.en.js b/apps/slidingtext/slidingtext.locale.en.js index 140f3bb27..545cc9f09 100644 --- a/apps/slidingtext/slidingtext.locale.en.js +++ b/apps/slidingtext/slidingtext.locale.en.js @@ -48,7 +48,7 @@ class EnglishDateFormatter extends DateFormatter { rows: 2 } ) - }; + } return row_defs; } }