separated the server module from the serve script which instantiates an instance of it

This commit is contained in:
calcnerd256 2012-01-22 18:51:42 -06:00
parent 2d0c3b867a
commit 43af5cfe00
5 changed files with 5 additions and 4 deletions

View file

@ -531,4 +531,4 @@ async.waterfall([
}
]);
}
init(function(){});
this.init = init;