fixed #17
This commit is contained in:
parent
6b0a1fde17
commit
2bed2d844d
4 changed files with 24 additions and 9 deletions
|
@ -13,7 +13,7 @@ function(Core, Paths, HostApp, URI) {
|
|||
|
||||
this.action = "timeline";
|
||||
|
||||
this.max_length = 20;
|
||||
this.max_length = 200;
|
||||
this.timeout = 10 * 1000; // every 10 seconds
|
||||
this.since_id = null;
|
||||
this.since_id_entity = null;
|
||||
|
|
|
@ -232,8 +232,6 @@ function(jQuery, Paths, URI, HostApp, Followings) {
|
|||
data["mentions"] = mentions;
|
||||
}
|
||||
|
||||
debug(data);
|
||||
//return
|
||||
Paths.getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue