Merge branch 'master' of github.com:psychobunny/node-forum

This commit is contained in:
Julian Lam
2013-04-23 16:18:50 -04:00
4 changed files with 25 additions and 14 deletions

View File

@@ -13,6 +13,10 @@ var socket,
socket.on('event:connect', function(data) {
});
socket.on('event:alert', function(data) {
app.alert(data);
});
},
async: false