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

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

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addresses CSS and style comments. Created 8 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/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..b8c195a4f2faa1c6b3d18f6294c57ccb248497ad 100644
--- a/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
+++ b/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
@@ -32,7 +32,7 @@ cr.define('print_preview', function() {
/**
* Convenience array that contains all of the margin controls.
* @type {!Object<
Dan Beam 2012/05/29 23:36:10 !Object.<
Robert Toscano 2012/05/30 21:08:00 Done.
- * print_preview.ticket_items.CustomMargins.Orientation,
+ * !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

Powered by Google App Engine
This is Rietveld 408576698