codecombat/app/views/LegalView.coffee

7 lines
170 B
CoffeeScript
Raw Normal View History

RootView = require 'views/kinds/RootView'
2014-01-03 10:32:13 -08:00
template = require 'templates/legal'
module.exports = class LegalView extends RootView
2014-07-01 10:16:26 +08:00
id: 'legal-view'
2014-01-03 10:32:13 -08:00
template: template