added opening conversation view in new window to OS X
This commit is contained in:
parent
11e6da5592
commit
142b4d4dd3
13 changed files with 481 additions and 37 deletions
|
@ -50,6 +50,11 @@ function(HostApp, Core, Paths, URI) {
|
|||
this.append(id, entity);
|
||||
}
|
||||
|
||||
// Hack for OS X
|
||||
Conversation.prototype.showStatusFromController = function() {
|
||||
this.showStatus(conversationViewController.postId, conversationViewController.entity);
|
||||
}
|
||||
|
||||
Conversation.prototype.append = function(id, entity, node, add_after) {
|
||||
|
||||
var _this = this;
|
||||
|
|
Reference in a new issue