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

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

Issue 2862203002: Print Preview: Fix data/ errors (Closed)
Patch Set: Fix destination resolver 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/scaling.js
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/scaling.js b/chrome/browser/resources/print_preview/data/ticket_items/scaling.js
index aa1935973d8cdbe26c9bb5427a4d0d3539afc249..e3703d4ff22ca82ce094ea7ad31fcb3050f39a50 100644
--- a/chrome/browser/resources/print_preview/data/ticket_items/scaling.js
+++ b/chrome/browser/resources/print_preview/data/ticket_items/scaling.js
@@ -21,10 +21,10 @@ cr.define('print_preview.ticket_items', function() {
print_preview.ticket_items.TicketItem.call(
this,
appState,
- print_preview.AppState.Field.SCALING,
+ print_preview.AppStateField.SCALING,
destinationStore,
documentInfo);
- };
+ }
Scaling.prototype = {
__proto__: print_preview.ticket_items.TicketItem.prototype,
@@ -32,7 +32,7 @@ cr.define('print_preview.ticket_items', function() {
/** @override */
wouldValueBeValid: function(value) {
return true;
- },
+ },
/** @override */
isValueEqual: function(value) {

Powered by Google App Engine
This is Rietveld 408576698