Browse Source

Fixed code style.

pull/114/head
Simon Eisenmann 11 years ago
parent
commit
6a716f7af4
  1. 2
      static/js/directives/chat.js

2
static/js/directives/chat.js

@ -330,7 +330,7 @@ define(['underscore', 'text!partials/chat.html', 'text!partials/chatroom.html'],
Type: "Message", Type: "Message",
Status: { Status: {
State: "sent", State: "sent",
"Mid": mid Mid: mid
} }
}); });
}); });

Loading…
Cancel
Save