mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
message_list_view: Use $() to create an empty jQuery object.
This commit is contained in:
@@ -1466,7 +1466,7 @@ export class MessageListView {
|
||||
if ($row === undefined) {
|
||||
// For legacy reasons we need to return an empty
|
||||
// jQuery object here.
|
||||
return $(undefined);
|
||||
return $();
|
||||
}
|
||||
|
||||
return $row;
|
||||
|
||||
Reference in New Issue
Block a user