Chromium Code Reviews| Index: chrome/browser/resources/file_manager/js/path_util.js |
| diff --git a/chrome/browser/resources/file_manager/js/path_util.js b/chrome/browser/resources/file_manager/js/path_util.js |
| index 9a9339159ddbbe27bf0b36f546dbc37223cea008..fd09b433a0610c67b53e9cad07300f1a205861fe 100644 |
| --- a/chrome/browser/resources/file_manager/js/path_util.js |
| +++ b/chrome/browser/resources/file_manager/js/path_util.js |
| @@ -37,7 +37,7 @@ PathUtil.getRootDirectory = function(path) { |
| /** |
| * @param {string} path Any unix-style path (may start or not start from root). |
| - * @return {Array.<string>} path components |
| + * @return {Array.<string>} path components. |
|
mtomasz
2013/02/12 06:39:23
First letter upper case?
yoshiki
2013/02/12 06:42:45
Good catch! Done.
On 2013/02/12 06:39:23, mtomasz
|
| */ |
| PathUtil.split = function(path) { |
| var fromRoot = false; |