Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Apr 2016 22:08:18 +0800
index: handling incoming "subscribed" and "unsubscribed" presences
Currently the client can only comply with the request.
coffee/favicon.coffee
Permissions: -rw-r--r--
class window.Tram.FaviconApp extends Backbone.View pipColors: Tram.colors.show @canvas = document.createElement('canvas') @listenTo(@model, 'change', @updateFavicon) color = @pipColors[@model.get('show')] ? @pipColors['default'] renderFavicon: (color) -> ctx = @canvas.getContext('2d') ctx.clearRect(0, 0, @canvas.width, @canvas.height) ctx.arc(7.5, 7.5, 5.5, 0, Math.PI * 2) @el.href = @canvas.toDataURL()