Skip to content

Commit a083b56

Browse files
authored
Format device object definition for consistency
1 parent 32effdc commit a083b56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

js/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ let SETTINGS = JSON.parse(JSON.stringify(DEFAULTSETTINGS)); // clone
1919

2020

2121
let device = {
22-
id : undefined, // The Espruino device ID of this device, eg. BANGLEJS
23-
version : undefined,// The Espruino firmware version, eg 2v08
24-
info : undefined, // An entry from DEVICEINFO with information about this device
25-
connected : false, // are we connected via BLE right now?
26-
appsInstalled : [] // list of app {id,version} of installed apps
22+
id : undefined, // The Espruino device ID of this device, eg. BANGLEJS
23+
version : undefined,// The Espruino firmware version, eg 2v08
24+
info : undefined, // An entry from DEVICEINFO with information about this device
25+
connected : false, // are we connected via BLE right now?
26+
appsInstalled : [] // list of app {id,version} of installed apps
2727
};
2828

2929

0 commit comments

Comments
 (0)