Skip to content

Commit

Permalink
Merges master and solves conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 27, 2012
2 parents c050cc8 + a8a657c commit bb9ec49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# sass-cache
/app/assets/stylesheets/.sass-cache

.bushido/*
.bushido

/public/assets

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Kandan.Broadcasters.FayeBroadcaster

subscribe: (channel)->
subscription = @faye_client.subscribe channel, (data)=>
console.log "faye", data
Kandan.Helpers.Channels.add_activity(data)
subscription.errback(()->
alert "Oops! could not connect to the server"
Expand Down

0 comments on commit bb9ec49

Please sign in to comment.