Use events module

This commit is contained in:
Anatoliy Chakkaev 2011-11-22 04:40:50 +07:00
parent 946853f490
commit 12ea5f8478
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function Schema(name, settings) {
}; };
}; };
util.inherits(Schema, process.EventEmitter); util.inherits(Schema, require('events').EventEmitter);
function Text() { function Text() {
} }