Skip to content

Commit

Permalink
Fix websocket-server reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 16, 2011
1 parent 3d1b27a commit c8c4211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-node.js
@@ -1,6 +1,6 @@
// helpful for debugging
var settings = require("perstore/util/settings"),
ws = require("node-websocket-server"),
ws = require("websocket-server"),
messageJson = require("./media/message/json");

exports.start = function(jsgiApp, socketApp){
Expand Down

0 comments on commit c8c4211

Please sign in to comment.