1 2 3 4 5 6 7 8 9
(function (FMS, Backbone, _, $) { _.extend( FMS, { ReportsView: FMS.FMSView.extend({ template: 'reports', id: 'reports', next: 'home' }) }); })(FMS, Backbone, _, $);