Skip to content

Commit

Permalink
master changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvv committed Jun 30, 2011
1 parent 7be4e52 commit fceb7fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions context.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,6 @@ if (!io.Manager) {
//
} else {

// define local events for namespaces
require('socket.io/lib/namespace').prototype.$emit = function(name) {
return process.EventEmitter.prototype.emit.apply(this, arguments);
};

io.Context = function(server, options) {

// set default options
Expand Down

0 comments on commit fceb7fe

Please sign in to comment.