mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Fix whitespace
(imported from commit 095ea8640a18560aae7bd5e045c4f68c96f96f73)
This commit is contained in:
@@ -87,7 +87,7 @@ MessageList.prototype = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
get: function MessageList_get(id) {
|
get: function MessageList_get(id) {
|
||||||
id = parseInt(id, 10);
|
id = parseInt(id, 10);
|
||||||
if (isNaN(id)) {
|
if (isNaN(id)) {
|
||||||
return undefined;
|
return undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user