Skip to content

Commit

Permalink
try to find bad attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Apr 16, 2012
1 parent cdab426 commit 9cc84e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -34,7 +34,7 @@
try {
JSON.stringify(result[i]);
} catch (e) {
alert('Bad attribute: ' + i);
alert('Bad attribute: ' + i + ' typeof: ' + (typeof i));
}
}
try {
Expand Down

0 comments on commit 9cc84e2

Please sign in to comment.