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