1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Update comments

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-10-06 22:55:34 +01:00
parent d413faefdb
commit 8ec3b88c5d
2 changed files with 2 additions and 2 deletions

View File

@@ -99,5 +99,5 @@ describe("Browserify Test", function() {
client.once("sync.unexpectedError", reject);
}),
]);
}, 20000);
}, 20000); // additional timeout as this test can take quite a while
});

View File

@@ -374,7 +374,7 @@ Room.prototype.hasPendingEvent = function(eventId) {
};
/**
* Get a specific event from the pending event list, if configured, undefined otherwise.
* Get a specific event from the pending event list, if configured, null otherwise.
*
* @param {string} eventId The event ID to check for.
* @return {MatrixEvent}