summaryrefslogtreecommitdiffstats
path: root/js/models/chatmessagecollection.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/models/chatmessagecollection.js')
-rw-r--r--js/models/chatmessagecollection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/models/chatmessagecollection.js b/js/models/chatmessagecollection.js
index 1f7ef182f..ed94237c2 100644
--- a/js/models/chatmessagecollection.js
+++ b/js/models/chatmessagecollection.js
@@ -117,7 +117,7 @@
* automatically stopped. Note, however, that "receiveMessages" must be
* explicitly called if needed.
*
- * @param string|null token the token of the room.
+ * @param {?string} token the token of the room.
*/
setRoomToken: function(token) {
this.stopReceivingMessages();