Skip to content

Commit

Permalink
Add keys to hash as you need them.
Browse files Browse the repository at this point in the history
Summary:
Just showing a hash of values is misleading. Makes the user think you can just pass in the values without the keys.
Closes #7310

Differential Revision: D3245834

fb-gh-sync-id: 39220ed7720e3ff402f2c2ba8bebdefb96bfa203
fbshipit-source-id: 39220ed7720e3ff402f2c2ba8bebdefb96bfa203
  • Loading branch information
joshuapinter authored and Facebook Github Bot 9 committed May 1, 2016
1 parent 4bbd649 commit 449a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/ScrollView/ScrollView.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var ScrollView = React.createClass({
automaticallyAdjustContentInsets: PropTypes.bool,
/**
* The amount by which the scroll view content is inset from the edges
* of the scroll view. Defaults to `{0, 0, 0, 0}`.
* of the scroll view. Defaults to `{top: 0, left: 0, bottom: 0, right: 0}`.
* @platform ios
*/
contentInset: EdgeInsetsPropType,
Expand Down

0 comments on commit 449a812

Please sign in to comment.