gilgen / ember-pusher

A proper Ember / Pusher integration.
MIT License
100 stars 35 forks source link

fix error in foreach due to splice #41

Closed BradleyGoulding closed 8 years ago

BradleyGoulding commented 8 years ago

splice changes array index, breaking foreach and causing the loop to operate n-1 times

references this issue