Skip to content

Commit

Permalink
hah we need at least one
Browse files Browse the repository at this point in the history
  • Loading branch information
boucher committed Feb 1, 2012
1 parent 7819b78 commit 1b90261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ app.listen(process.env.PORT || 8080);


var dnode = require('dnode'); var dnode = require('dnode');
var server = dnode(chargeServer); var server = dnode(chargeServer);
server.listen(app, {"io":{"transports":[], "polling duration":10}}); server.listen(app, {"io":{"transports":['xhr-polling'], "polling duration":10}});

0 comments on commit 1b90261

Please sign in to comment.