1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove trailing comma to fix lint (#398)

This commit is contained in:
Matthew Mueller 2016-12-15 16:22:04 -06:00 committed by Arunoda Susiripala
parent 36abdc77c5
commit ab14770318

View file

@ -5,7 +5,7 @@ const DOMAttributeNames = {
acceptCharset: 'accept-charset',
className: 'class',
htmlFor: 'for',
httpEquiv: 'http-equiv',
httpEquiv: 'http-equiv'
}
export default class HeadManager {