Skip to content

Commit

Permalink
Fixing weird conflict with support.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Galvez committed Aug 29, 2010
2 parents 0a17630 + 4eb565c commit 6ec1c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require.paths.unshift(

, './lib/connect/lib'
'./lib/connect/lib'
, './lib/express/lib'
, './lib/ejs/lib'
, './lib/socket.io/lib'
Expand All @@ -9,4 +9,4 @@ require.paths.unshift(
);
express = require('express');
JSON = require('json');
SocketIO = require('socket.io');
SocketIO = require('socket.io');

0 comments on commit 6ec1c18

Please sign in to comment.