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

Unified Diff: chrome/browser/resources/file_manager/js/metadata/function_parallel.js

Issue 12255028: Revert 182402 (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/metadata/function_parallel.js
===================================================================
--- chrome/browser/resources/file_manager/js/metadata/function_parallel.js (revision 182404)
+++ chrome/browser/resources/file_manager/js/metadata/function_parallel.js (working copy)
@@ -6,9 +6,7 @@
* @constructor
* @class FunctionSequence to invoke steps in sequence
*
- * @param {string} name //TODO(JSDOC).
* @param steps array of functions to invoke in parallel.
- * @param {Object} logger //TODO(JSDOC).
* @param callback callback to invoke on success.
* @param failureCallback callback to invoke on failure.
*/
@@ -58,7 +56,6 @@
/**
* This function should be called only once on start, so start all the children
* at once
- * @param {...} var_args //TODO(JSDOC).
*/
FunctionParallel.prototype.start = function(var_args) {
this.logger.vlog('Starting [' + this.steps_.length + '] parallel tasks with '

Powered by Google App Engine
This is Rietveld 408576698