Skip to content

Commit

Permalink
Merge pull request #85 from cody/master
Browse files Browse the repository at this point in the history
Fix property itemID
  • Loading branch information
yannickcr committed May 28, 2015
2 parents b21b741 + 60c2f13 commit ab7d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-unknown-property.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var DOM_PROPERTY_NAMES = [
'crossOrigin', 'dateTime', 'encType', 'formAction', 'formEncType', 'formMethod', 'formNoValidate', 'formTarget',
'frameBorder', 'hrefLang', 'htmlFor', 'httpEquiv', 'marginHeight', 'marginWidth', 'maxLength', 'mediaGroup',
'noValidate', 'radioGroup', 'readOnly', 'rowSpan', 'spellCheck', 'srcDoc', 'srcSet', 'tabIndex', 'useMap',
'itemProp', 'itemScope', 'itemType', 'itemRef', 'itemId'
'itemProp', 'itemScope', 'itemType', 'itemRef', 'itemID'
];

// ------------------------------------------------------------------------------
Expand Down

0 comments on commit ab7d219

Please sign in to comment.