Skip to content

Commit

Permalink
Pass activityAttributes to Kandan.Helpers.Utils.notifyInTitleIfRequir…
Browse files Browse the repository at this point in the history
…ed()
  • Loading branch information
sgrove committed Apr 24, 2012
1 parent 60d410b commit 72a3929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/backbone/helpers/channels.js.coffee
Expand Up @@ -127,7 +127,7 @@ class Kandan.Helpers.Channels

@flushActivities(activityAttributes.channel_id)
if not local
Kandan.Helpers.Utils.notifyInTitleIfRequired()
Kandan.Helpers.Utils.notifyInTitleIfRequired(activityAttributes)
@setPaginationData(activityAttributes.channel_id)


Expand Down

0 comments on commit 72a3929

Please sign in to comment.