Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: chrome/browser/resources/file_manager/js/path_util.js

Issue 12225135: [Cleanup] Files.app: add missing periods on comments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_table.js ('k') | chrome/browser/resources/file_manager/js/util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698