mirror of https://github.com/espruino/BangleApps
commit
561f381a4d
|
@ -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",
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
0.02: Modified for use with new bootloader and firmware
|
||||
0.03: Localization
|
||||
0.04: move jshint to the top
|
||||
|
|
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Reference in New Issue