mirror of https://github.com/espruino/BangleApps
typo in variable name
parent
159d7e6c71
commit
dc84105a3c
|
@ -54,7 +54,7 @@
|
||||||
Graphics.prototype.setFontZapf = function() {
|
Graphics.prototype.setFontZapf = function() {
|
||||||
// Actual height 56 (55 - 0)
|
// Actual height 56 (55 - 0)
|
||||||
return this.setFontCustom(
|
return this.setFontCustom(
|
||||||
zaph,
|
zapf,
|
||||||
32,
|
32,
|
||||||
atob("EhQVLiUwNQsXFx4yEhcSESUlJSUlJSUlJSUUFDIyMh47Ky8pMismLzQaGTInOi4uKy4vJSstKzsnKCgXERc="),
|
atob("EhQVLiUwNQsXFx4yEhcSESUlJSUlJSUlJSUUFDIyMh47Ky8pMismLzQaGTInOi4uKy4vJSstKzsnKCgXERc="),
|
||||||
60 | 65536
|
60 | 65536
|
||||||
|
|
Loading…
Reference in New Issue