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

Unified Diff: chrome/browser/resources/print_preview/data/coordinate2d.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/coordinate2d.js
diff --git a/chrome/browser/resources/print_preview/data/coordinate2d.js b/chrome/browser/resources/print_preview/data/coordinate2d.js
index 4b10af63808508e18669be00dfaab9f0d1986602..7352af778d98d48edd8b1d19d1456520e412af91 100644
--- a/chrome/browser/resources/print_preview/data/coordinate2d.js
+++ b/chrome/browser/resources/print_preview/data/coordinate2d.js
@@ -26,7 +26,7 @@ cr.define('print_preview', function() {
* @private
*/
this.y_ = y;
- };
+ }
Coordinate2d.prototype = {
/** @return {number} X-dimension of the point. */

Powered by Google App Engine
This is Rietveld 408576698