first changes to 1 window on Linux
This commit is contained in:
parent
682c60df2d
commit
c6220b1dc1
25 changed files with 346 additions and 69 deletions
|
@ -17,11 +17,13 @@ function(HostApp, Timeline, URI, Paths) {
|
|||
|
||||
this.action = "mentions";
|
||||
this.body.className = this.action;
|
||||
|
||||
|
||||
this.hide();
|
||||
}
|
||||
|
||||
Mentions.prototype = Object.create(Timeline.prototype);
|
||||
|
||||
|
||||
Mentions.prototype.newStatus = function(statuses) {
|
||||
|
||||
Timeline.prototype.newStatus.call(this, statuses);
|
||||
|
|
Reference in a new issue