From 6a716f7af4a75b1892ae6d3aa3072a7697c4c196 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 18 Sep 2014 10:30:03 +0200 Subject: [PATCH] Fixed code style. --- static/js/directives/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/directives/chat.js b/static/js/directives/chat.js index a7c4e58f..6699f844 100644 --- a/static/js/directives/chat.js +++ b/static/js/directives/chat.js @@ -330,7 +330,7 @@ define(['underscore', 'text!partials/chat.html', 'text!partials/chatroom.html'], Type: "Message", Status: { State: "sent", - "Mid": mid + Mid: mid } }); });