Skip to content

Commit

Permalink
Add require for EventEmitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
fool2fish committed Jun 13, 2014
1 parent 08c2b31 commit b8f6093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ var fs = require('fs')
var path = require('path')
var utilx = require('utilx')
var inherits = require('util').inherits
var EventEmitter = require('events').EventEmitter

var logger = require('../logger')
var common = require('../common')
Expand Down

0 comments on commit b8f6093

Please sign in to comment.