hashy updated & minor fix.

This commit is contained in:
Julien Fontanet
2013-12-23 17:54:07 +01:00
parent 1d9d1ca7dc
commit f979092f59
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
"connect": "~2.11.2",
"extendable": "0.0.6",
"fibers": "~1.0.1",
"hashy": "~0.1.0",
"hashy": "~0.2.1",
"js-yaml": "~2.1.3",
"nconf": "~0.6.9",
"q": "~0.9.7",

View File

@@ -47,6 +47,7 @@ class $WebServer extends $EventEmitter
server.close() for server in @_servers
# Does not return anything.
undefined
listen: ({host, port, socket, certificate, key}) ->
server = if certificate? and key?