more linting, lots of undefined vars or unused vars

This commit is contained in:
Kevin Ngo
2018-10-13 17:26:03 -07:00
parent e94ab73212
commit 672474587b
12 changed files with 16 additions and 30 deletions

View File

@@ -15,7 +15,6 @@ AFRAME.registerComponent('menu-controls', {
},
init: function () {
const data = this.data;
const el = this.el;
results = document.getElementById('searchResultList').children;