jshint all the things
Small style fixes here and there. Removed one unused file.
This commit is contained in:
parent
76da5bb4f9
commit
ec43a0b633
9 changed files with 36 additions and 55 deletions
|
@ -30,7 +30,7 @@
|
|||
};
|
||||
|
||||
window.updateConversation = function(conversationId) {
|
||||
var conversation = conversations.get(conversationId)
|
||||
var conversation = conversations.get(conversationId);
|
||||
if (conversation) {
|
||||
conversation.fetch();
|
||||
conversation.fetchMessages();
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
function closeConversation (windowId) {
|
||||
windowMap.remove('windowId', windowId);
|
||||
};
|
||||
}
|
||||
|
||||
window.openConversation = function openConversation (modelId) {
|
||||
var conversation = conversations.add({id: modelId});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue