mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
4569cb5b6d
commit
003fd2ae7e
9 changed files with 92 additions and 27 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue