Skip to content

Commit

Permalink
chaged var to match
Browse files Browse the repository at this point in the history
  • Loading branch information
myxxmikeyxx committed Jun 23, 2021
1 parent 7b8784e commit efc4a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ function listChomeDevices() {
var rows = [],
data;

for (i = 0; i < dataSet.length; i++) {
data = dataSet[i];
for (i = 0; i < allDevices.length; i++) {
data = allDevices[i];
rows.push([data.id, data.name]);
}

Expand Down

0 comments on commit efc4a04

Please sign in to comment.