Skip to content

Commit

Permalink
Use Node server by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Jul 1, 2010
1 parent 4ddd9f2 commit fa52a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/* The server can be anything that emits events in the format {event:"event name", data: {}}
Look in js/app.js for StubEventsDispatcher for a mock event emitter.
-----------------------------------------------------------*/
server = new StubEventsDispatcher('ws://localhost:8000');
server = new ServerEventsDispatcher('ws://localhost:8000');

$(function(){
for(widget_name in Widgets){
Expand Down

0 comments on commit fa52a52

Please sign in to comment.