Skip to content

Commit

Permalink
Remove trailing comma to fix lint (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller authored and arunoda committed Dec 15, 2016
1 parent 36abdc7 commit ab14770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/head-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const DOMAttributeNames = {
acceptCharset: 'accept-charset',
className: 'class',
htmlFor: 'for',
httpEquiv: 'http-equiv',
httpEquiv: 'http-equiv'
}

export default class HeadManager {
Expand Down

0 comments on commit ab14770

Please sign in to comment.