Skip to content

Instantly share code, notes, and snippets.

View hyperboloid's full-sized avatar

Michael Wilson hyperboloid

  • With.in
  • Los Angeles, CA
View GitHub Profile
@rlivsey
rlivsey / chat-item.js.coffee
Created May 11, 2012 13:55
Extensive example of using previous/next items in CollectionView
MB.ChatItemView = Ember.Mixin.create({
tagName: "li"
layoutName: "templates/chat/item-layout"
classNameBindings: ["isSamePosterAsPrevious", "isFirstInDay", "isLastInDay"]
didInsertElement: ->
@checkNeighbours()