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

Unified Diff: chrome/browser/resources/file_manager/js/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
« no previous file with comments | « chrome/browser/resources/file_manager/js/path_util.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/util.js
diff --git a/chrome/browser/resources/file_manager/js/util.js b/chrome/browser/resources/file_manager/js/util.js
index 986201a91e23195d876a8e350e673f235a49fb5d..165f895691139cac2fb572e8c95c65779a038c67 100644
--- a/chrome/browser/resources/file_manager/js/util.js
+++ b/chrome/browser/resources/file_manager/js/util.js
@@ -1067,7 +1067,7 @@ util.AppCache.CAPACITY = 100;
util.AppCache.LIFETIME = 30 * 24 * 60 * 60 * 1000; // 30 days.
/**
- * @param {string} key Key
+ * @param {string} key Key.
* @param {function(number)} callback Callback accepting a value.
*/
util.AppCache.getValue = function(key, callback) {
« no previous file with comments | « chrome/browser/resources/file_manager/js/path_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698