| 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 9524ca2601cd45c81b845e24b60892e72de643d9..cbf037f84044f64df35585430de370752fc0b5f4 100644
|
| --- a/chrome/browser/resources/print_preview/data/invitation_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/invitation_store.js
|
| @@ -70,8 +70,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'
|
| };
|
| @@ -221,7 +220,5 @@ cr.define('print_preview', function() {
|
| };
|
|
|
| // Export
|
| - return {
|
| - InvitationStore: InvitationStore
|
| - };
|
| + return {InvitationStore: InvitationStore};
|
| });
|
|
|