Skip to content

Commit

Permalink
Merge pull request mui#596 from pomerantsev/docs/click-away
Browse files Browse the repository at this point in the history
Docs: remove unused prop
  • Loading branch information
mmrtnz committed May 1, 2015
2 parents 4505cf0 + 8deae5f commit 3e89576
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/app/components/pages/components/dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ class DialogPage extends React.Component {
' title="Dialog With Standard Actions"\n' +
' actions={standardActions}\n' +
' actionFocus="submit"\n' +
' modal={this.state.modal}\n' +
' dismissOnClickAway={this.state.dismissOnClickAway}>\n' +
' modal={this.state.modal}>\n' +
' The actions in this window are created from the json that\'s passed in. \n' +
'</Dialog>\n\n' +
'//Custom Actions\n' +
Expand All @@ -49,8 +48,7 @@ class DialogPage extends React.Component {
'<Dialog\n' +
' title="Dialog With Custom Actions"\n' +
' actions={customActions}\n' +
' modal={this.state.modal}\n' +
' dismissOnClickAway={this.state.dismissOnClickAway}>\n' +
' modal={this.state.modal}>\n' +
' The actions in this window were passed in as an array of react objects.\n' +
'</Dialog>\n';

Expand Down

0 comments on commit 3e89576

Please sign in to comment.