1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-02-02 15:36:33 -05:00
parent 4569cb5b6d
commit 003fd2ae7e
9 changed files with 92 additions and 27 deletions

View file

@ -74,7 +74,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* Selects the given value. If the `multi` property is true, then the selected state of the
* `value` will be toggled; otherwise the `value` will be selected.
*
* @param {string} value the value to select.
* @param {string|number} value the value to select.
*/
select: function(value) {
if (this._defaultFocusAsync) {