7 lines
120 B
CoffeeScript
7 lines
120 B
CoffeeScript
BasicView = Travis.BasicView
|
|
|
|
View = BasicView.extend
|
|
templateName: 'annotations/list'
|
|
|
|
Travis.AnnotationsView = View
|