Skip to content

Commit

Permalink
Merge pull request facebook#2658 from ianobermiller/margin-attrs
Browse files Browse the repository at this point in the history
Support marginHeight and marginWidth attributes
  • Loading branch information
zpao committed Dec 18, 2014
1 parent 359eb75 commit bbe2e88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/ui/dom/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ var HTMLDOMPropertyConfig = {
list: MUST_USE_ATTRIBUTE,
loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
manifest: MUST_USE_ATTRIBUTE,
marginHeight: null,
marginWidth: null,
max: null,
maxLength: MUST_USE_ATTRIBUTE,
media: MUST_USE_ATTRIBUTE,
Expand Down

0 comments on commit bbe2e88

Please sign in to comment.