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

Unified Diff: chrome/test/data/webui/mock_controller.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/webui/list_selection_model_test_util.js ('k') | chrome/test/data/webui/mock_timer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/mock_controller.js
diff --git a/chrome/test/data/webui/mock_controller.js b/chrome/test/data/webui/mock_controller.js
index 62587184f3eb488e94952e9917d8c2b6188c321a..66b0011a64f50b6a85ecdc55a88d184909fe4404 100644
--- a/chrome/test/data/webui/mock_controller.js
+++ b/chrome/test/data/webui/mock_controller.js
@@ -28,14 +28,14 @@ function MockMethod() {
/**
* List of signatures for fucntion calls.
- * @type {!Array.<!Array>}
+ * @type {!Array<!Array>}
* @private
*/
fn.calls_ = [];
/**
* List of expected call signatures.
- * @type {!Array.<!Array>}
+ * @type {!Array<!Array>}
* @private
*/
fn.expectations_ = [];
@@ -48,7 +48,7 @@ function MockMethod() {
/**
* List of arguments for callback function.
- * @type {!Array.<!Array>}
+ * @type {!Array<!Array>}
*/
fn.callbackData = [];
@@ -122,14 +122,14 @@ function MockController() {
/**
* Original functions implementations, which are restored when |reset| is
* called.
- * @type {!Array.<!Object>}
+ * @type {!Array<!Object>}
* @private
*/
this.overrides_ = [];
/**
* List of registered mocks.
- * @type {!Array.<!MockMethod>}
+ * @type {!Array<!MockMethod>}
* @private
*/
this.mocks_ = [];
« no previous file with comments | « chrome/test/data/webui/list_selection_model_test_util.js ('k') | chrome/test/data/webui/mock_timer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698