mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
docs tweak
This commit is contained in:
parent
f322090963
commit
39f7f1a556
@ -13,6 +13,7 @@
|
|||||||
* Contains JavaScript function just for the Dickens smartwatch
|
* Contains JavaScript function just for the Dickens smartwatch
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
/* DO_NOT_INCLUDE_IN_DOCS - this is a special token for common.py */
|
||||||
|
|
||||||
#include "jswrap_dickens.h"
|
#include "jswrap_dickens.h"
|
||||||
#include "jswrap_graphics.h"
|
#include "jswrap_graphics.h"
|
||||||
|
|||||||
@ -607,6 +607,7 @@ var mainmenu = {
|
|||||||
"A Number" : {
|
"A Number" : {
|
||||||
value : number,
|
value : number,
|
||||||
min:0,max:100,step:10,
|
min:0,max:100,step:10,
|
||||||
|
// noList : true, // On Bangle.js devices this forces use of the number-chooser (and not a scrolling list)
|
||||||
onchange : v => { number=v; }
|
onchange : v => { number=v; }
|
||||||
},
|
},
|
||||||
"Exit" : function() { E.showMenu(); }, // remove the menu
|
"Exit" : function() { E.showMenu(); }, // remove the menu
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user