Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
exogen committed Oct 7, 2018
1 parent 70e1b03 commit e975a48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ every time the component is rendered.
<td valign="top" align="right" rowspan="1"></td>
<td valign="top" valign="top" rowspan="1">

Whether to completely disable widow prevention.
Whether to completely disable justification detection. The last
alignment that was applied will be preserved.

</td>
</tr>
Expand All @@ -486,8 +487,8 @@ Whether to completely disable widow prevention.
<td valign="top" align="right" rowspan="1"></td>
<td valign="top" valign="top" rowspan="1">

A function to call when layout has been recomputed and space substitution
is done.
A function to call when layout has been recomputed and justification
has been applied or unapplied.

</td>
</tr>
Expand Down
7 changes: 4 additions & 3 deletions src/Justify.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ export default class Justify extends React.Component {
*/
reflowTimeout: PropTypes.number,
/**
* Whether to completely disable widow prevention.
* Whether to completely disable justification detection. The last
* alignment that was applied will be preserved.
*/
disabled: PropTypes.bool,
/**
* A function to call when layout has been recomputed and space substitution
* is done.
* A function to call when layout has been recomputed and justification
* has been applied or unapplied.
*/
onReflow: PropTypes.func
};
Expand Down

0 comments on commit e975a48

Please sign in to comment.