todomvc
Version:
> Helping you select an MV\* framework
8 lines (6 loc) • 312 B
text/coffeescript
View = require 'views/base/view'
module.exports = class CollectionView extends Chaplin.CollectionView
# This class doesn’t inherit from the application-specific View class,
# so we need to borrow the method from the View prototype:
getTemplateFunction: View::getTemplateFunction
useCssAnimation: true