Skip to content

Instantly share code, notes, and snippets.

@pkmishra
Created June 8, 2012 21:49
Show Gist options
  • Save pkmishra/2898254 to your computer and use it in GitHub Desktop.
Save pkmishra/2898254 to your computer and use it in GitHub Desktop.
Chaplin- collectionview inside compositeview
For collection view
initialize: ->
console.debug 'CollectionView#initialize'
super({render:false, renderItems:false})
render: ->
super
@renderAllItems()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment