update components
Conflicts: MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/.bower.json
This commit is contained in:
parent
d3f40bd6d9
commit
0c696294ae
42 changed files with 1514 additions and 361 deletions
|
@ -56,6 +56,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
|
||||
/**
|
||||
* Gets or sets the selected element. The default is to use the index of the item.
|
||||
* @type {string|number}
|
||||
*/
|
||||
selected: {
|
||||
type: String,
|
||||
|
@ -173,7 +174,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
* Selects the given value.
|
||||
*
|
||||
* @method select
|
||||
* @param {string} value the value to select.
|
||||
* @param {string|number} value the value to select.
|
||||
*/
|
||||
select: function(value) {
|
||||
this.selected = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue