Skip to content

Commit 9a6ff5d

Browse files
committed
fix
1 parent 97eeea1 commit 9a6ff5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-cloud.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
this.propname = "";
7878
this.name = "";
7979
if (connection !== "_ADD_") {
80-
initThings(this.connection, this.thing);
80+
initThings(connection, this.thing);
8181
}
8282
$("#node-input-thing").trigger("change");
8383
});

0 commit comments

Comments
 (0)