mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
9dbcf27e11
Closes #3720
8 lines
328 B
CoffeeScript
8 lines
328 B
CoffeeScript
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']
|