| Index: chrome/browser/resources/file_manager/js/default_action_dialog.js
|
| diff --git a/chrome/browser/resources/file_manager/js/default_action_dialog.js b/chrome/browser/resources/file_manager/js/default_action_dialog.js
|
| index 3f4fc7a52ae8ae0ed65bd8f50f7abfd72d128e78..5f8a1c00d01339189e5a194a9b1a797cc26dc7b1 100644
|
| --- a/chrome/browser/resources/file_manager/js/default_action_dialog.js
|
| +++ b/chrome/browser/resources/file_manager/js/default_action_dialog.js
|
| @@ -83,7 +83,7 @@ cr.define('cr.filebrowser', function() {
|
| *
|
| * @param {string} title Title in dialog caption.
|
| * @param {string} message Message in dialog caption.
|
| - * @param {Array} items Items to render in list
|
| + * @param {Array} items Items to render in list.
|
| * @param {int} defaultIndex Item to select by default.
|
| * @param {Function} onOk Callback function.
|
| * @param {Function} onCancel Callback function.
|
|
|