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

Unified Diff: chrome/test/data/chromeos/file_manager/share_dialog_mock/main.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/chromeos/file_manager/share_dialog_mock/main.js
diff --git a/chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js b/chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js
index 8b80844ba605ae37d6f4a84ef4f21b580f13bea3..4057547fdb19d7c051e7f6e5109fbed43ea33036 100644
--- a/chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js
+++ b/chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js
@@ -36,7 +36,7 @@ shareDialog.embedderTarget = null;
/**
* List of pending messages enqueued to be sent before establishing the target.
- * @type {Array.<Object>}
+ * @type {Array<Object>}
*/
shareDialog.pendingMessages = [];

Powered by Google App Engine
This is Rietveld 408576698