Skip to content

Commit

Permalink
Only the Most Essential of Documentation Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Oct 26, 2016
1 parent daf8d87 commit 5f2d561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freebusy.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
for (var i = 0; i < config.people.length; i++) { // go through each person in the config
if (config.people[i].id == id) { // if their id matches the id we're working with
var personsName = config.people[i].name; // grab their name from the config
var personsExt = config.people[i].ext; //grab their id from the config
var personsExt = config.people[i].ext; // grab their id from the config
break;
}
}
Expand Down

0 comments on commit 5f2d561

Please sign in to comment.