From abb48b296f7ab86f06f3042331471da47bd7328c Mon Sep 17 00:00:00 2001 From: Richard Hopkins Date: Mon, 11 May 2020 10:57:30 +0100 Subject: [PATCH] Bug fix --- apps/gallifr/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gallifr/app.js b/apps/gallifr/app.js index 348be4d79..91955ec7f 100644 --- a/apps/gallifr/app.js +++ b/apps/gallifr/app.js @@ -14,7 +14,7 @@ const cirRad = 2*Math.PI; const proportion = 0.3; // relative size of hour hand const thickness = 4; // thickness of decorative lines const settings = require("Storage").readJSON("app.json", 1); -const decoration = settings['decoration'] +const decoration = settings['decoration']; const drawSegment = (params) => { angle1 = params.start/360*cirRad;