Skip to content

Commit

Permalink
I answer hard acrostics, I've a pretty taste for paradox
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytri Kleiner committed Jan 5, 2012
1 parent 709bef1 commit 1adcd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operetta.js
Expand Up @@ -12,7 +12,7 @@
***********************************/

var events = require('events'),
sys = require('sys');
util = require('util');

var Operetta = function(args) {
if (args) this.args = args
Expand Down Expand Up @@ -67,7 +67,7 @@ var Operetta = function(args) {
if (listener) listener(operetta.values);
};
};
sys.inherits(Operetta, events.EventEmitter);
util.inherits(Operetta, events.EventEmitter);

Operetta.prototype.start = function(callback) {
var operetta = this;
Expand Down

0 comments on commit 1adcd8c

Please sign in to comment.