fixed some mentions stuff

This commit is contained in:
jeena 2013-07-22 02:02:59 +02:00
parent 3aa9a73045
commit 06fd235bec
10 changed files with 222 additions and 199 deletions

View file

@ -88,9 +88,9 @@ define(function() {
HostApp.openNewMessageWidow = function(status) {
if (OS_TYPE == "mac") {
controller.openNewMessageWindowInReplyToStatus(JSON.stringify(status));
controller.openNewMessageWindowInReplyToStatus_(JSON.stringify(status));
} else {
controller.openNewMessageWindowInReplyTostatus(JSON.stringify(status));
controller.openNewMessageWindowInReplyToStatus(JSON.stringify(status).escapeSpecialChars());
}
}