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

Unified Diff: chrome/browser/resources/print_preview/previewarea/margin_control_container.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 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/browser/resources/print_preview/previewarea/margin_control_container.js
diff --git a/chrome/browser/resources/print_preview/previewarea/margin_control_container.js b/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
index af9d3fa76bddbd623d1b91b3fbabb09c5e9e11c4..5615cddb93c7d6182efc9a9e785fa6a1494d46c8 100644
--- a/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
+++ b/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
@@ -62,7 +62,7 @@ cr.define('print_preview', function() {
/**
* Convenience array that contains all of the margin controls.
- * @type {!Object.<
+ * @type {!Object<
* !print_preview.ticket_items.CustomMargins.Orientation,
* !print_preview.MarginControl>}
* @private

Powered by Google App Engine
This is Rietveld 408576698