mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
Removed debugging line
Removed a debugging line form media_player more-info code.
This commit is contained in:
parent
0c7f6f685c
commit
5a27273506
@ -80,7 +80,6 @@ export default new Polymer({
|
|||||||
attached() {
|
attached() {
|
||||||
// This is required to bind a mousedown event in all browsers
|
// This is required to bind a mousedown event in all browsers
|
||||||
const _this = this;
|
const _this = this;
|
||||||
window.test = this.$.volumeUp;
|
|
||||||
this.$.volumeUp.onmousedown = function onVolumeUpDown() {_this.handleVolumeUp();};
|
this.$.volumeUp.onmousedown = function onVolumeUpDown() {_this.handleVolumeUp();};
|
||||||
this.$.volumeUp.ontouchstart = function onVolumeUpDown() {_this.handleVolumeUp();};
|
this.$.volumeUp.ontouchstart = function onVolumeUpDown() {_this.handleVolumeUp();};
|
||||||
this.$.volumeDown.onmousedown = function onVolumeDownDown() {_this.handleVolumeDown();};
|
this.$.volumeDown.onmousedown = function onVolumeDownDown() {_this.handleVolumeDown();};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user