More fixing up of paths, requires etc

This commit is contained in:
David Baker 2015-09-22 19:09:23 +01:00
parent 7e72ee891a
commit b11abae8e8
32 changed files with 73 additions and 53 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
'use strict';
var MatrixClientPeg = require('./MatrixClientPeg');
var MatrixClientPeg = require('matrix-react-sdk/lib/MatrixClientPeg');
module.exports = {
avatarUrlForMember: function(member, width, height, resizeMethod) {