Simplify event arguments
// FREEBIE
This commit is contained in:
parent
c8a76ab38e
commit
4a482243d0
5 changed files with 8 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
view.$el.prependTo(bg.$('body',document));
|
||||
window.openConversation = function(conversation) {
|
||||
if (conversation) {
|
||||
view.openConversation(null, {conversation: conversation});
|
||||
view.openConversation(null, conversation);
|
||||
}
|
||||
};
|
||||
openConversation(bg.getOpenConversation());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue