Remove redundant declaration

This commit is contained in:
toasted-nutbread 2020-02-01 17:27:48 -05:00
parent 4629fb3639
commit ab9d2b38e0

View File

@ -16,8 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/*global toIterable*/
class AudioSourceUI {
static instantiateTemplate(templateSelector) {
const template = document.querySelector(templateSelector);