Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
apievangelist committed Sep 27, 2016
1 parent f44e3c6 commit 689a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -50,7 +50,7 @@
console.log("1"+err);

$.each(err, function(errKey, errValue) {
onsole.log(errKey + ' = ' + errValue);
console.log(errKey + ' = ' + errValue);
});

$.each(tree, function(treeKey, treeValue) {
Expand Down

0 comments on commit 689a52e

Please sign in to comment.