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

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

Issue 574193002: Compile print_preview, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: rebase Created 6 years, 3 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/ticket_item.js
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js b/chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js
index 4506ddf8ba95a8a41c9b1fc38d2a918db1d1e502..76fa8c6a021769ceeb3e4f3a3371f0463a21056d 100644
--- a/chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js
+++ b/chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js
@@ -134,7 +134,7 @@ cr.define('print_preview.ticket_items', function() {
return this.getValue() == value;
},
- /** @param {!Object} Value to set as the value of the ticket item. */
+ /** @param {!Object} value Value to set as the value of the ticket item. */
updateValue: function(value) {
// Use comparison with capabilities for event.
var sendUpdateEvent = !this.isValueEqual(value);

Powered by Google App Engine
This is Rietveld 408576698