You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
Fix up stylistic warnings.
This commit is contained in:
@@ -34,5 +34,9 @@ matrixcs.request(function(opts, callback) {
|
||||
});
|
||||
return defer.promise;
|
||||
});
|
||||
|
||||
/**
|
||||
* Export a modified matrix library with Promise support.
|
||||
*/
|
||||
module.exports = matrixcs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user