mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Tweak to view.
This commit is contained in:
parent
f2d21b960f
commit
b15380047c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
View = require 'views/kinds/RootView'
|
||||
RootView = require 'views/kinds/RootView'
|
||||
template = require 'templates/base'
|
||||
|
||||
module.exports = class BaseView extends View
|
||||
module.exports = class BaseView extends RootView
|
||||
id: "base-view"
|
||||
template: template
|
||||
|
|
Loading…
Reference in a new issue