update_app_miclock

no commands before jshint
master
MaBecker 2020-04-03 20:41:33 +02:00
parent fbce9aaa7c
commit 3a70e315b8
3 changed files with 3 additions and 2 deletions

View File

@ -662,7 +662,7 @@
{ "id": "miclock",
"name": "Mixed Clock",
"icon": "clock-mixed.png",
"version":"0.03",
"version":"0.04",
"description": "A mix of analog and digital Clock",
"tags": "clock",
"type":"clock",

View File

@ -1,2 +1,3 @@
0.02: Modified for use with new bootloader and firmware
0.03: Localization
0.04: move jshint to the top

View File

@ -1,5 +1,5 @@
var locale = require("locale");
/* jshint esversion: 6 */
var locale = require("locale");
const Radius = { "center": 8, "hour": 78, "min": 95, "dots": 102 };
const Center = { "x": 120, "y": 132 };