remove use of var

This commit is contained in:
2016-05-11 10:58:21 -07:00
parent 4793027ff3
commit a4323433f2
4 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ export default class Esqueue extends events.EventEmitter {
}
_initTasks() {
var initTasks = [
const initTasks = [
this.client.ping({ timeout: 3000 }),
];