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

Unified Diff: chrome/browser/resources/print_preview/print_preview.js

Issue 2865633004: Fix all remaining print preview closure compiler errors (Closed)
Patch Set: Fix small issues 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/print_preview.js
diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js
index 03ce8f7240580a69aa658d3cf082c4864a428c89..43b07d26be844fcd1d010c94fd01304939024f72 100644
--- a/chrome/browser/resources/print_preview/print_preview.js
+++ b/chrome/browser/resources/print_preview/print_preview.js
@@ -1351,7 +1351,7 @@ cr.define('print_preview', function() {
// <include src="search/destination_list_item.js">
// <include src="search/destination_search.js">
// <include src="search/provisional_destination_resolver.js">
-
+var printPreview;
dpapad 2017/05/08 20:40:10 Can this be moved inside the anonymous function be
rbpotter 2017/05/08 23:28:20 Done. FYI, This triggered a bunch of new errors fr
window.addEventListener('DOMContentLoaded', function() {
printPreview = new print_preview.PrintPreview();
printPreview.initialize();

Powered by Google App Engine
This is Rietveld 408576698