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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.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_browser/app_file_handler/background.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
index 6987499c8f15e05b28ef8ded3ba84daa1a929075..118465047c63a9048161d6bc9cc90a6e7f72792a 100644
--- a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
+++ b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
@@ -56,7 +56,7 @@ var testPreRunStatus = {
/**
* List of tests to be run for the handlers.
*
- * @type {Array.<function()>}
+ * @type {Array<function()>}
*/
var handlerTests = [];

Powered by Google App Engine
This is Rietveld 408576698