Created
June 8, 2012 21:49
-
-
Save pkmishra/2898254 to your computer and use it in GitHub Desktop.
Chaplin- collectionview inside compositeview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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