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

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

Issue 12212187: [Cleanup] Files.app: Misc style fixes in Javascript code. (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/directory_contents.js
diff --git a/chrome/browser/resources/file_manager/js/directory_contents.js b/chrome/browser/resources/file_manager/js/directory_contents.js
index a29c5d72c7e6b8d8c487b92f59b0ceccf17bfc26..5eb9dd9a5f2d0789f72ad61c08426c22f22b8193 100644
--- a/chrome/browser/resources/file_manager/js/directory_contents.js
+++ b/chrome/browser/resources/file_manager/js/directory_contents.js
@@ -223,9 +223,9 @@ DirectoryContents.prototype.lastChunkReceived = function() {
*
* This is called by the table code before a sort happens, so that we can
* go fetch data for the sort field that we may not have yet.
- * @private
* @param {string} field Sort field.
* @param {function} callback Called when done.
+ * @private
*/
DirectoryContents.prototype.prepareSort_ = function(field, callback) {
this.prefetchMetadata(this.fileList_.slice(), callback);
@@ -347,8 +347,8 @@ DirectoryContentsBasic.prototype.readNextChunk = function() {
};
/**
- * @private
* @param {Array.<Entry>} entries File list.
+ * @private
*/
DirectoryContentsBasic.prototype.onChunkComplete_ = function(entries) {
if (this.scanCancelled_)
« no previous file with comments | « chrome/browser/resources/file_manager/js/butter_bar.js ('k') | chrome/browser/resources/file_manager/js/directory_model.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698