mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Break up app in core + ui and inline some scripts
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import Polymer from '../../polymer';
|
||||
|
||||
require('../../components/ha-label-badge');
|
||||
|
||||
/*
|
||||
Leaflet clones this element before adding it to the map. This messes up
|
||||
our Poylmer object and we lose the reference to the `hass` object.
|
||||
|
||||
@@ -2,8 +2,6 @@ import Polymer from '../../polymer';
|
||||
import domainIcon from '../../util/domain-icon';
|
||||
import stateIcon from '../../util/state-icon';
|
||||
|
||||
require('../../components/ha-label-badge');
|
||||
|
||||
export default new Polymer({
|
||||
is: 'ha-state-label-badge',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user