codecombat/app/views/courses/RestrictedToStudentsView.coffee

9 lines
328 B
CoffeeScript
Raw Normal View History

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