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

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

Issue 12258003: [Cleanup] Files.app: Adds missing JSdoc annotations in file_manager/*.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comments. 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_tasks.js
diff --git a/chrome/browser/resources/file_manager/js/file_tasks.js b/chrome/browser/resources/file_manager/js/file_tasks.js
index 6680084d1aaa6b8bd6b13a191ff4c45d6032688b..9c7c11b9319ab46b9e1545ba100794608b3ac206 100644
--- a/chrome/browser/resources/file_manager/js/file_tasks.js
+++ b/chrome/browser/resources/file_manager/js/file_tasks.js
@@ -4,6 +4,7 @@
/**
* This object encapsulates everything related to tasks execution.
+ * @constructor
* @param {FileManager} fileManager FileManager instance.
* @param {object} opt_params File manager load parameters.
*/
@@ -15,6 +16,7 @@ function FileTasks(fileManager, opt_params) {
/**
* List of invocations to be called once tasks are available.
+ * @private
mtomasz 2013/02/14 04:38:56 Type missing?
yoshiki 2013/02/14 06:17:36 Done.
*/
this.pendingInvocations_ = [];
}

Powered by Google App Engine
This is Rietveld 408576698