1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Change references to MatrixTools to Rooms

or remove where they were unused
This commit is contained in:
David Baker
2016-09-07 11:33:58 +01:00
parent db42d629aa
commit df1cc8748f
5 changed files with 8 additions and 10 deletions

View File

@@ -15,7 +15,6 @@ limitations under the License.
*/
var MatrixClientPeg = require("./MatrixClientPeg");
var MatrixTools = require("./MatrixTools");
var dis = require("./dispatcher");
var Tinter = require("./Tinter");