projects
/
oweals
/
finalsclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e453cf5
)
correctly noting the current location of bc
author
Seth Woodworth
<seth@sethish.com>
Wed, 4 Jan 2012 04:22:18 +0000
(23:22 -0500)
committer
Seth Woodworth
<seth@sethish.com>
Wed, 4 Jan 2012 04:22:18 +0000
(23:22 -0500)
app.js
patch
|
blob
|
history
diff --git
a/app.js
b/app.js
index 60871714762747ac6eb809f369c2991c2d8c0b56..721d3978a5d54bf92c1c5b1df7c6c4227ca62854 100644
(file)
--- a/
app.js
+++ b/
app.js
@@
-22,7
+22,7
@@
var hat = require('hat');
var connect = require( 'connect' );
var Session = connect.middleware.session.Session;
var parseCookie = connect.utils.parseCookie;
-var Backchannel = require('.
.
/bc/backchannel');
+var Backchannel = require('./bc/backchannel');
// Depracated
// Used for initial testing