6 lines
154 B
CoffeeScript
6 lines
154 B
CoffeeScript
|
Locomotive.Views.Pages ||= {}
|
||
|
|
||
|
class Locomotive.Views.Pages.EditView extends Locomotive.Views.Pages.FormView
|
||
|
|
||
|
save: (event) ->
|
||
|
console.log('saving')
|