Don't get last of empty list

This commit is contained in:
Ruud
2012-05-28 22:09:21 +02:00
parent e62b177940
commit ef8dfc082c
@@ -136,7 +136,8 @@ var NotificationBase = new Class({
App.fireEvent(result.type, result)
})
self.last_id = json.result.getLast().message_id
if(json.result.length > 0)
self.last_id = json.result.getLast().message_id
}
// Restart poll