element-web/src/components/views/avatars
Richard van der Hoff 5706a879d0 Hack around absence of String.codePointAt on PhantomJS
I've been trying to get some tests working under PhantomJS, which appears not
to support String.codePointAt (which is, to be fair, an ES6 addition). For our
limited usecase, it's easier to implement the functionality from first
principles than to try to polyfill support.
2016-04-13 10:35:07 +01:00
..
BaseAvatar.js Hack around absence of String.codePointAt on PhantomJS 2016-04-13 10:35:07 +01:00
MemberAvatar.js Factor out avatar stuff to BaseAvatar. Make MemberAvatar use it instead. 2016-01-15 12:02:28 +00:00
RoomAvatar.js fix roomavatars on FF 2016-03-03 16:16:40 +00:00