You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Fix typo
s/evnets/events/
This commit is contained in:
@@ -241,7 +241,7 @@ TimelineWindow.prototype.paginate = function(direction, size, makeRequest,
|
|||||||
|
|
||||||
if (!makeRequest || requestLimit === 0) {
|
if (!makeRequest || requestLimit === 0) {
|
||||||
// todo: should we return something different to indicate that there
|
// todo: should we return something different to indicate that there
|
||||||
// might be more envets out there, but we haven't found them yet?
|
// might be more events out there, but we haven't found them yet?
|
||||||
return q(false);
|
return q(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user