aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/reports.js
blob: 3ad2c01025d57b74a95b622133fc0b653c510c8c (plain)
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, _, $);