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

Unified Diff: chrome/browser/resources/print_preview/data/size.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/size.js
diff --git a/chrome/browser/resources/print_preview/data/size.js b/chrome/browser/resources/print_preview/data/size.js
index 7b434188ce46d62f7acfe4466fafc7874b7da435..7e6171314701f73bbddf8671ec8476c3cd89cf8b 100644
--- a/chrome/browser/resources/print_preview/data/size.js
+++ b/chrome/browser/resources/print_preview/data/size.js
@@ -25,7 +25,7 @@ cr.define('print_preview', function() {
* @private
*/
this.height_ = height;
- };
+ }
Size.prototype = {
/** @return {number} Width of the size. */

Powered by Google App Engine
This is Rietveld 408576698