Skip to content

Commit

Permalink
remove duplicated method readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez committed Dec 17, 2019
1 parent db4c08d commit bc6a4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ npm install @material/mwc-dialog
| `forceLayout() => void` | Forces dialog to relayout (animation frame time). May be required if dialog size is incorrect or if stacked layout has not been triggered correctly.
| `focus() => void` | Focuses on the initial focus element if defined (see [focus section](#focus)).
| `blur() => void` | Blurs the active element.
| `blur() => void` | Blurs the active element.
| `show() => void` | Opens the dialog.
| `close() => void` | Closes the dialog.

Expand Down

0 comments on commit bc6a4ee

Please sign in to comment.