Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xcoderzach committed Apr 12, 2012
1 parent 565ea4f commit 48245f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/server.js
Expand Up @@ -3,8 +3,8 @@ var connect = require("connect")
, io = require("socket.io")
, Mongolian = require("mongolian")
, _ = require("underscore")
, crypto = require("crypto")
, MongoStore = require("connect-mongolian-session")(connect)//connect.session.MemoryStore
, crypto = require("crypto")
, MongoStore = require("connect-mongolian-session")(connect)//connect.session.MemoryStore
, server
, db

Expand Down Expand Up @@ -57,7 +57,6 @@ module.exports = {
})
})
}

, stop: function() {
server.close()
db.server.close()
Expand Down

0 comments on commit 48245f3

Please sign in to comment.