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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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/test/data/extensions/api_test/file_system_provider/read_directory/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js b/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js
index dc77970bd85684f14bd4dc005b92297fc0ffe309..c13a94953ea90d8c6985b58084a0babc87bf8eaf 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js
@@ -41,7 +41,7 @@ var TESTING_TIRAMISU_FILE = Object.freeze({
* Returns entries in the requested directory.
*
* @param {ReadDirectoryRequestedOptions} options Options.
- * @param {function(Array.<Object>, boolean)} onSuccess Success callback with
+ * @param {function(Array<Object>, boolean)} onSuccess Success callback with
* a list of entries. May be called multiple times.
* @param {function(string)} onError Error callback with an error code.
*/

Powered by Google App Engine
This is Rietveld 408576698