| 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 1209da930fb08ff2f74c960c2876b3c72a97cee9..52fd782ee22f9fa4b3317b35b4d3b7994c1cc282 100644
|
| --- a/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
|
| +++ b/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
|
| @@ -31,8 +31,8 @@ cr.define('print_preview', function() {
|
|
|
| /**
|
| * Convenience array that contains all of the margin controls.
|
| - * @type {!Object<
|
| - * print_preview.ticket_items.CustomMargins.Orientation,
|
| + * @type {!Object.<
|
| + * !print_preview.ticket_items.CustomMargins.Orientation,
|
| * !print_preview.MarginControl>}
|
| * @private
|
| */
|
| @@ -90,7 +90,7 @@ cr.define('print_preview', function() {
|
| };
|
|
|
| /**
|
| - * @param {print_preview.ticket_items.CustomMargins.Orientation} orientation
|
| + * @param {!print_preview.ticket_items.CustomMargins.Orientation} orientation
|
| * Orientation value to test.
|
| * @return {boolean} Whether the given orientation is TOP or BOTTOM.
|
| * @private
|
|
|