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

@@ -1,6 +1,6 @@
/* global Audio */
module.exports = function SoundPool (src, volume) {
var currSound = 0;
var i;
var pool = [];
var sound;