Skip to content

Commit

Permalink
try without unsubscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed Feb 19, 2013
1 parent 08ec9a5 commit 223355f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/party.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ module.exports.partySubscribe = partySubscribe = (model, cb) ->
return cb()

finished = ->
model.unsubscribe selfQ, ->
selfQ.subscribe (err, self) ->
model.ref '_user', self.at(0)
cb()
# model.unsubscribe selfQ, ->
selfQ.subscribe (err, self) ->
model.ref '_user', self.at(0)
cb()

# User in a party
partiesQ = model.query('parties').withId(uObj.party.current)
Expand Down

0 comments on commit 223355f

Please sign in to comment.