Skip to content

Commit

Permalink
chore(style): fix spacing style
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Jul 9, 2013
1 parent a5ecad5 commit 49a130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/inject/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ var inject = function () {
if (data instanceof Array) {
toAppend = '<div>' +
toAppend +
((key===data.length-1)?'':',') +
((key === (data.length - 1))?'':',') +
'</div>';
} else {
toAppend = '<div>' +
Expand Down

0 comments on commit 49a130c

Please sign in to comment.