Update dialog.md

Fix syntax to support docs parser and MD.
This commit is contained in:
deed02392 2016-11-17 22:39:24 +00:00 committed by GitHub
parent 489d873306
commit 0aa1c3c6c3

View file

@ -32,7 +32,7 @@ The `dialog` module has the following methods:
* `buttonLabel` String (optional) - Custom label for the confirmation button, when
left empty the default label will be used.
* `filters` [FileFilter[]](structrs/file-filter.md) (optional)
* `properties` `String[]` (optional) - Contains which features the dialog should use, can
* `properties` String[] - (optional) - Contains which features the dialog should use, can
contain `openFile`, `openDirectory`, `multiSelections`, `createDirectory`
and `showHiddenFiles`.
* `callback` Function (optional)