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

Unified Diff: chrome/browser/resources/file_manager/js/file_table.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/file_table.js
diff --git a/chrome/browser/resources/file_manager/js/file_table.js b/chrome/browser/resources/file_manager/js/file_table.js
index 401d14fd25b363c1c59508c27263491ce4484b2a..1c0170b969d601347187cdae4f9147ee6ab91573 100644
--- a/chrome/browser/resources/file_manager/js/file_table.js
+++ b/chrome/browser/resources/file_manager/js/file_table.js
@@ -301,8 +301,8 @@ FileTable.prototype.updateDate_ = function(div, filesystemProps) {
/**
* Updates the file metadata in the table item.
*
- * @param {Element} item Table item,
- * @param {Entry} entry File entry,
+ * @param {Element} item Table item.
+ * @param {Entry} entry File entry.
*/
FileTable.prototype.updateFileMetadata = function(item, entry) {
var props = this.metadataCache_.getCached(entry, 'filesystem');
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager_pyauto.js ('k') | chrome/browser/resources/file_manager/js/path_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698