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

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

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/invitation_store.js
diff --git a/chrome/browser/resources/print_preview/data/invitation_store.js b/chrome/browser/resources/print_preview/data/invitation_store.js
index aeebd25658ef2e1233a23b3427d449dbd66437a3..8d26ec07d6acc0d8b3f2be3b1180aebb1a292115 100644
--- a/chrome/browser/resources/print_preview/data/invitation_store.js
+++ b/chrome/browser/resources/print_preview/data/invitation_store.js
@@ -58,8 +58,7 @@ cr.define('print_preview', function() {
* @enum {string}
*/
InvitationStore.EventType = {
- INVITATION_PROCESSED:
- 'print_preview.InvitationStore.INVITATION_PROCESSED',
+ INVITATION_PROCESSED: 'print_preview.InvitationStore.INVITATION_PROCESSED',
INVITATION_SEARCH_DONE:
'print_preview.InvitationStore.INVITATION_SEARCH_DONE'
};
@@ -68,11 +67,7 @@ cr.define('print_preview', function() {
* @enum {number}
* @private
*/
- InvitationStore.LoadStatus_ = {
- IN_PROGRESS: 1,
- DONE: 2,
- FAILED: 3
- };
+ InvitationStore.LoadStatus_ = {IN_PROGRESS: 1, DONE: 2, FAILED: 3};
InvitationStore.prototype = {
__proto__: cr.EventTarget.prototype,
@@ -217,7 +212,5 @@ cr.define('print_preview', function() {
};
// Export
- return {
- InvitationStore: InvitationStore
- };
+ return {InvitationStore: InvitationStore};
});

Powered by Google App Engine
This is Rietveld 408576698