Skip to content

Commit

Permalink
Path restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 19, 2010
1 parent 5ba6035 commit ce6fa86
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var http = require('http'),
url = require('url'),
fs = require('fs'),
io = require('../lib/socket.io'),
io = require('../socket.io'),
sys = require('sys'),

send404 = function(res){
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/socket.io.js → socket.io.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Listener = require('./socket.io/listener');
var Listener = require('./lib/listener');

this.listen = function(server, options){
return new Listener(server, options);
Expand Down

0 comments on commit ce6fa86

Please sign in to comment.