added opening conversation view in new window to OS X

This commit is contained in:
Jeena Paradies 2013-04-16 23:20:08 +02:00
parent 11e6da5592
commit 142b4d4dd3
13 changed files with 481 additions and 37 deletions

View file

@ -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;