codecombat/app/views/teachers/RestrictedToTeachersView.coffee
2016-06-09 10:46:26 -07:00

8 lines
329 B
CoffeeScript

RootView = require 'views/core/RootView'
module.exports = class RestrictedToTeachersView extends RootView
id: 'restricted-to-teachers-view'
template: require 'templates/teachers/restricted-to-teachers-view'
initialize: ->
window.tracker?.trackEvent 'Restricted To Teachers Loaded', category: 'Students', ['Mixpanel']