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

Unified Diff: ui/webui/resources/js/webui_resource_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
« no previous file with comments | « ui/webui/resources/js/parse_html_subset.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/webui_resource_test.js
diff --git a/ui/webui/resources/js/webui_resource_test.js b/ui/webui/resources/js/webui_resource_test.js
index 7d6ebf9e637120aec6f405c4a8bdc2c62741d76f..a1a542eb4490b695302188418f1be2e3f6d16b18 100644
--- a/ui/webui/resources/js/webui_resource_test.js
+++ b/ui/webui/resources/js/webui_resource_test.js
@@ -121,7 +121,7 @@ function assertDeepEquals(expected, observed, opt_message) {
(function(exports) {
/**
* List of test cases.
- * @type {Array.<string>} List of function names for tests to run.
+ * @type {Array<string>} List of function names for tests to run.
*/
var testCases = [];
« no previous file with comments | « ui/webui/resources/js/parse_html_subset.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698