spreed/js/models
Daniel Calviño Sánchez 7014a4d2ad Fix removing the name of the room
The name of the room is removed by setting it to the empty string, but
the if condition was wrong and thus an empty string did not satisfy it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-07 18:14:46 +01:00
..
chatmessage.js Add basic Backbone models for chat messages 2017-11-03 04:20:25 +01:00
chatmessagecollection.js Fix sorting of chat messages with same timestamp 2017-12-01 16:27:33 +01:00
localstoragemodel.js Add a Backbone model for the local storage of the browser 2017-10-30 13:57:55 +01:00
participant.js Fix offline detection 2017-09-08 12:38:21 +02:00
participantcollection.js Make ParticipantCollection to automatically fetch when its room changes 2017-10-13 17:13:59 +02:00
room.js Fix removing the name of the room 2017-12-07 18:14:46 +01:00
roomcollection.js Fix JS lint 2017-06-13 09:37:56 +02:00