update tabs
This commit is contained in:
parent
382dea3748
commit
9ea282ff39
129 changed files with 371 additions and 418 deletions
|
@ -92,7 +92,6 @@ Custom property | Description | Default
|
|||
</style>
|
||||
|
||||
<template>
|
||||
<iron-meta id="meta" type="iconset"></iron-meta>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -129,7 +128,12 @@ Custom property | Description | Default
|
|||
src: {
|
||||
type: String,
|
||||
observer: '_srcChanged'
|
||||
},
|
||||
|
||||
_meta: {
|
||||
value: Polymer.Base.create('iron-meta', {type: 'iconset'})
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
_DEFAULT_ICONSET: 'icons',
|
||||
|
@ -153,7 +157,7 @@ Custom property | Description | Default
|
|||
_updateIcon: function() {
|
||||
if (this._usesIconset()) {
|
||||
if (this._iconsetName) {
|
||||
this._iconset = this.$.meta.byKey(this._iconsetName);
|
||||
this._iconset = this._meta.byKey(this._iconsetName);
|
||||
if (this._iconset) {
|
||||
this._iconset.applyIcon(this, this._iconName, this.theme);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue