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

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

Issue 12262010: [cleanup] Files.app: Fix the mis-styled JSdoc in function_sequence.js. (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
« no previous file with comments | « no previous file | 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/metadata/function_sequence.js
diff --git a/chrome/browser/resources/file_manager/js/metadata/function_sequence.js b/chrome/browser/resources/file_manager/js/metadata/function_sequence.js
index 1541d638f7363f89e77ba252e3acd5c8b7e658e2..2539df3eaedc5d0743441ba225b36a7cbe09dcb1 100644
--- a/chrome/browser/resources/file_manager/js/metadata/function_sequence.js
+++ b/chrome/browser/resources/file_manager/js/metadata/function_sequence.js
@@ -8,8 +8,8 @@
*
* @param {Array} steps array of functions to invoke in sequence
* @param {Object} logger logger
- * @param {Function} [callback] callback to invoke on success
- * @param {Function} [failureCallback] callback to invoke on failure
+ * @param {Function} callback callback to invoke on success
+ * @param {Function} failureCallback callback to invoke on failure
*/
function FunctionSequence(name, steps, logger, callback, failureCallback) {
// Private variables hidden in closure
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698