()
| 29 | module.exports = (SchoolCountsView = (function () { |
| 30 | SchoolCountsView = class SchoolCountsView extends RootView { |
| 31 | static initClass () { |
| 32 | this.prototype.id = 'admin-school-counts-view' |
| 33 | this.prototype.template = require('app/templates/admin/school-counts') |
| 34 | this.prototype.state = '' |
| 35 | } |
| 36 | |
| 37 | initialize () { |
| 38 | if (!me.isAdmin()) { return super.initialize() } |