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

Unified Diff: chrome/test/data/webui/list_selection_model_test_util.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 | « chrome/test/data/extensions/api_test/history/common.js ('k') | chrome/test/data/webui/mock_controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/list_selection_model_test_util.js
diff --git a/chrome/test/data/webui/list_selection_model_test_util.js b/chrome/test/data/webui/list_selection_model_test_util.js
index 65985b741973cbd7eacce01e146ba03246377296..a604dc4c58f7ca3f9702b27a554df20a62e4294c 100644
--- a/chrome/test/data/webui/list_selection_model_test_util.js
+++ b/chrome/test/data/webui/list_selection_model_test_util.js
@@ -6,7 +6,7 @@
* Creates an array spanning a range of integer values.
* @param {number} start The first number in the range.
* @param {number} end The last number in the range inclusive.
- * @return {!Array.<number>}
+ * @return {!Array<number>}
*/
function range(start, end) {
var a = [];
« no previous file with comments | « chrome/test/data/extensions/api_test/history/common.js ('k') | chrome/test/data/webui/mock_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698