preparations to autoupdate

This commit is contained in:
Jeena Paradies 2012-11-03 03:19:46 +01:00
parent f57ed62432
commit 136680e03a
8 changed files with 50 additions and 74 deletions

View file

@ -27,6 +27,7 @@ function Core(action) {
}
Core.prototype.newStatus = function(status) {
if(status != null && status.length > 0) {
this.since_id = status[0]["id"];
for(var i = status.length-1, c=0; i>=c; --i) {