mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
remove unused event listeners
This commit is contained in:
parent
d9a39553bd
commit
6ec429fa0b
1 changed files with 0 additions and 6 deletions
|
@ -1088,12 +1088,6 @@ function loaded() {
|
||||||
showSaveUserDataButton();
|
showSaveUserDataButton();
|
||||||
});
|
});
|
||||||
|
|
||||||
elJSONEditor.addEventListener('mouseenter', function() {
|
|
||||||
console.log('mouse in the json editor')
|
|
||||||
})
|
|
||||||
elJSONEditor.addEventListener('mouseleave', function() {
|
|
||||||
console.log('mouse leaves the json editor')
|
|
||||||
})
|
|
||||||
var colorChangeFunction = createEmitColorPropertyUpdateFunction(
|
var colorChangeFunction = createEmitColorPropertyUpdateFunction(
|
||||||
'color', elColorRed, elColorGreen, elColorBlue);
|
'color', elColorRed, elColorGreen, elColorBlue);
|
||||||
elColorRed.addEventListener('change', colorChangeFunction);
|
elColorRed.addEventListener('change', colorChangeFunction);
|
||||||
|
|
Loading…
Reference in a new issue