smaller bugfixes
This commit is contained in:
parent
9da5343d86
commit
b8561039b6
7 changed files with 23 additions and 13 deletions
|
@ -15,6 +15,7 @@ function(HostApp, Timeline) {
|
|||
|
||||
this.action = "mentions";
|
||||
this.body.className = this.action;
|
||||
|
||||
}
|
||||
|
||||
Mentions.prototype = Object.create(Timeline.prototype);
|
||||
|
@ -61,6 +62,7 @@ function(HostApp, Timeline) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
return Mentions;
|
||||
|
||||
});
|
Reference in a new issue