Use const
This commit is contained in:
parent
f31289c735
commit
9103253f62
10 changed files with 55 additions and 72 deletions
|
@ -1,5 +1,3 @@
|
|||
var EventEmitter;
|
||||
|
||||
EventEmitter = require('events').EventEmitter;
|
||||
const EventEmitter = require('events').EventEmitter;
|
||||
|
||||
module.exports = new EventEmitter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue