| Index: ui/webui/resources/js/cr/ui/card_slider.js
|
| diff --git a/ui/webui/resources/js/cr/ui/card_slider.js b/ui/webui/resources/js/cr/ui/card_slider.js
|
| index d1eb1d33f3b456147df9c840cccfcc8eb299405f..b8684228962faf27f9993da3197187d384852013 100644
|
| --- a/ui/webui/resources/js/cr/ui/card_slider.js
|
| +++ b/ui/webui/resources/js/cr/ui/card_slider.js
|
| @@ -48,7 +48,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * Array of card elements.
|
| - * @type {!Array.<!Element>}
|
| + * @type {!Array<!Element>}
|
| * @private
|
| */
|
| this.cards_ = [];
|
| @@ -175,7 +175,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * Sets the cards used. Can be called more than once to switch card sets.
|
| - * @param {!Array.<!Element>} cards The individual viewable cards.
|
| + * @param {!Array<!Element>} cards The individual viewable cards.
|
| * @param {number} index Index of the card to in the new set of cards to
|
| * navigate to.
|
| */
|
|
|