jshint all the things
Small style fixes here and there. Removed one unused file.
This commit is contained in:
@@ -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});
|
||||
|
Reference in New Issue
Block a user