1
0
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:
Kegan Dougal
2015-06-03 10:37:41 +01:00
parent 67931f05ce
commit bdaad5b940
2 changed files with 112 additions and 76 deletions

View File

@@ -34,5 +34,9 @@ matrixcs.request(function(opts, callback) {
});
return defer.promise;
});
/**
* Export a modified matrix library with Promise support.
*/
module.exports = matrixcs;