Skip to content

Commit

Permalink
Add 'as' keyword (#7543) (#7582)
Browse files Browse the repository at this point in the history
* Add 'as' keyword (#7543)

* fix commenting to adhere to styling

* fix grammar in comment
  • Loading branch information
kevinslin authored and aweary committed Aug 30, 2016
1 parent f7076b7 commit c85f463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var HTMLDOMPropertyConfig = {
allowFullScreen: HAS_BOOLEAN_VALUE,
allowTransparency: 0,
alt: 0,
// specifies target context for links with `preload` type
as: 0,
async: HAS_BOOLEAN_VALUE,
autoComplete: 0,
// autoFocus is polyfilled/normalized by AutoFocusUtils
Expand Down

0 comments on commit c85f463

Please sign in to comment.