File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ function setup() {
22
22
23
23
// Set up the WebJack connection.
24
24
// Use default profile: https://github.com/publiclab/webjack/blob/master/src/profiles.js
25
- var profile = WebJack . Profiles [ "SoftModem" ] ;
26
- var connection = new WebJack . Connection ( profile ) ;
25
+ let profile = WebJack . Profiles [ "SoftModem" ] ;
26
+ let connection = new WebJack . Connection ( profile ) ;
27
27
28
28
// Runs every time a signal is 'heard'
29
29
connection . listen ( function ( data ) {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ function setup() {
22
22
23
23
// Set up the WebJack connection.
24
24
// Use default profile: https://github.com/publiclab/webjack/blob/master/src/profiles.js
25
- var profile = WebJack . Profiles [ "SoftModem" ] ;
26
- var connection = new WebJack . Connection ( profile ) ;
25
+ let profile = WebJack . Profiles [ "SoftModem" ] ;
26
+ let connection = new WebJack . Connection ( profile ) ;
27
27
28
28
// Runs every time a signal is 'heard'
29
29
connection . listen ( function ( data ) {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ function setup() {
22
22
23
23
// Set up the WebJack connection.
24
24
// Use default profile: https://github.com/publiclab/webjack/blob/master/src/profiles.js
25
- var profile = WebJack . Profiles [ "SoftModem" ] ;
26
- var connection = new WebJack . Connection ( profile ) ;
25
+ let profile = WebJack . Profiles [ "SoftModem" ] ;
26
+ let connection = new WebJack . Connection ( profile ) ;
27
27
28
28
// Runs every time a signal is 'heard'
29
29
connection . listen ( function ( data ) {
You can’t perform that action at this time.
0 commit comments