From 7bdf612ad517692133afcdafe2fbdb5dd06d6077 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Fri, 14 Aug 2015 11:25:54 +0100
Subject: [PATCH] argh 2

---
 src/controllers/atoms/RoomAvatar.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/controllers/atoms/RoomAvatar.js b/src/controllers/atoms/RoomAvatar.js
index a58d1365..902153e0 100644
--- a/src/controllers/atoms/RoomAvatar.js
+++ b/src/controllers/atoms/RoomAvatar.js
@@ -31,7 +31,7 @@ module.exports = {
     // takes member as an arg so it can be used if the
     // avatars are required outsode of components
     // (eg. in html5 desktop notifs, although this is not)
-    avatarUrlForRoom(room) {
+    avatarUrlForRoom: function(room) {
         var url = MatrixClientPeg.get().getAvatarUrlForRoom(
             room,
             this.props.width, this.props.height, this.props.resizeMethod,