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

Unified Diff: chrome/browser/resources/print_preview/data/capabilities_holder.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/capabilities_holder.js
diff --git a/chrome/browser/resources/print_preview/data/capabilities_holder.js b/chrome/browser/resources/print_preview/data/capabilities_holder.js
index d22bfe974bc0a990b84e4d8deebed3467f127e40..ffa0f897fbd7ced0a59f89a864375676b7a2874e 100644
--- a/chrome/browser/resources/print_preview/data/capabilities_holder.js
+++ b/chrome/browser/resources/print_preview/data/capabilities_holder.js
@@ -16,7 +16,7 @@ cr.define('print_preview', function() {
* @private
*/
this.capabilities_ = null;
- };
+ }
CapabilitiesHolder.prototype = {
/** @return {?print_preview.Cdd} The instance held by the holder. */
« no previous file with comments | « chrome/browser/resources/print_preview/data/app_state.js ('k') | chrome/browser/resources/print_preview/data/cloud_parsers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698