preparations to autoupdate
This commit is contained in:
parent
f57ed62432
commit
136680e03a
8 changed files with 50 additions and 74 deletions
1
Core.js
1
Core.js
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in a new issue