Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vogievetsky committed Aug 20, 2012
1 parent db5d827 commit ccdce70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/muse.coffee
Expand Up @@ -218,7 +218,7 @@ editCont = d3.select('.edit-cont')
if window.io if window.io
console.log 'IO detected' console.log 'IO detected'


socket = io.connect('http://localhost:8181') socket = io.connect()


socket.on 'connect', -> socket.on 'connect', ->
socket.emit('addClient', 'dc') socket.emit('addClient', 'dc')
Expand Down
2 changes: 1 addition & 1 deletion public/muse.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccdce70

Please sign in to comment.