Skip to content

Commit

Permalink
Don't need MUST_USE_ATTRIBUTE for margin(Width|Height)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianobermiller committed Dec 4, 2014
1 parent 96bd155 commit 9d7467e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/browser/ui/dom/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ var HTMLDOMPropertyConfig = {
list: MUST_USE_ATTRIBUTE,
loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
manifest: MUST_USE_ATTRIBUTE,
marginHeight: MUST_USE_ATTRIBUTE,
marginWidth: MUST_USE_ATTRIBUTE,
marginHeight: null,
marginWidth: null,
max: null,
maxLength: MUST_USE_ATTRIBUTE,
media: MUST_USE_ATTRIBUTE,
Expand Down

0 comments on commit 9d7467e

Please sign in to comment.