100 Shoreditch High Street, London E1 6JQ
- Coffee Espresso is great. Filter shots... not so much.
- Wifi Free and quick.
- Other Notes It's in the Ace Hotel, so great for meetings and easy to spread out.
| function lazyEase(now, end, speed) { | |
| return now + (end - now) / speed; | |
| } |
100 Shoreditch High Street, London E1 6JQ
| window.ArtistCollection = Backbone.Collection.extend({ | |
| initialize: function(models, ops) { | |
| if(ops.updater) { | |
| this.updater = ops.updates; | |
| this.updater.bind('update', _.bind(this.onUpdater, this)); | |
| } | |
| }, | |
| onUpdater: function(response) { | |
| // send the updates to the correct model |