1 2 3 4 5 6 7 8 9
;(function (FMS, Backbone, _, $) { _.extend( FMS, { SubmitView: FMS.FMSView.extend({ template: 'submit', id: 'submit-page', prev: 'details' }) }); })(FMS, Backbone, _, $);