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

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: comment fix 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..f714af18112c8ccf16caeb46b2a9f67b38af7c31 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.
*/
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