5 lines
84 B
CoffeeScript
5 lines
84 B
CoffeeScript
View = Ember.View.extend
|
|
layoutName: 'layouts/simple'
|
|
|
|
Travis.NotFoundView = View
|