From 12ea5f8478bddb71656b769c2aaac51ef54824b4 Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Tue, 22 Nov 2011 04:40:50 +0700 Subject: [PATCH] Use events module --- lib/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/schema.js b/lib/schema.js index 336d4d91..35f28233 100644 --- a/lib/schema.js +++ b/lib/schema.js @@ -69,7 +69,7 @@ function Schema(name, settings) { }; }; -util.inherits(Schema, process.EventEmitter); +util.inherits(Schema, require('events').EventEmitter); function Text() { }