| Index: chrome/browser/resources/print_preview/data/destination_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
|
| index 10124417a84b9d2e9776bc87b3ef70b557f8da28..8f3a108f782ebd4daa9622e0a3730e3d963f9b67 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js
|
| @@ -379,7 +379,9 @@ cr.define('print_preview', function() {
|
| });
|
| },
|
|
|
| - /** @param {!print_preview.Destination} Destination to select. */
|
| + /**
|
| + * @param {!print_preview.Destination} destination Destination to select.
|
| + */
|
| selectDestination: function(destination) {
|
| this.isInAutoSelectMode_ = false;
|
| // When auto select expires, DESTINATION_SELECT event has to be dispatched
|
| @@ -705,7 +707,7 @@ cr.define('print_preview', function() {
|
|
|
| /**
|
| * Called when the local destinations have been got from the native layer.
|
| - * @param {Event} Contains the local destinations.
|
| + * @param {Event} event Contains the local destinations.
|
| * @private
|
| */
|
| onLocalDestinationsSet_: function(event) {
|
|
|