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

Unified Diff: chrome/browser/resources/print_preview/data/ticket_items/margins_type.js

Issue 2862203002: Print Preview: Fix data/ errors (Closed)
Patch Set: Make tests pass Created 3 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/data/ticket_items/margins_type.js
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js b/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
index 02f7f155fe2a77b8acb5b7de750275df045c9b33..73fa0b1e1de3a8160f5af63d9af818084ebc3cff 100644
--- a/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
+++ b/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
@@ -37,7 +37,7 @@ cr.define('print_preview.ticket_items', function() {
print_preview.ticket_items.TicketItem.call(
this,
appState,
- print_preview.AppState.Field.MARGINS_TYPE,
+ print_preview.AppStateField.MARGINS_TYPE,
null /*destinationStore*/,
documentInfo);
@@ -47,7 +47,7 @@ cr.define('print_preview.ticket_items', function() {
* @private
*/
this.customMargins_ = customMargins;
- };
+ }
MarginsType.prototype = {
__proto__: print_preview.ticket_items.TicketItem.prototype,

Powered by Google App Engine
This is Rietveld 408576698