mohamedmansour / my-hangouts-extension

My Hangouts for Google Plus Chrome Extension
https://plus.google.com/116935358560979346551/about
Other
35 stars 9 forks source link

Uncaught TypeError: Cannot read property 'position' of undefined #84

Open ghost opened 12 years ago

ghost commented 12 years ago

Line

Line 219 of hangout_updater

HangoutUpdater.prototype.fillCircleInfo = function(user) { ... var circle = self.controller.getCircle(user.circle_ids[0]); <====== this is returning null return 1 - ((1 / totalCircles) * circle.position); } return 0; };