mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed not found page (got rid of NotFoundView in core)
This commit is contained in:
parent
6ac3ea9f5f
commit
f6a35f1fd4
2 changed files with 1 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
RootView = require 'views/core/RootView'
|
||||
template = require 'templates/core/not-found'
|
||||
|
||||
module.exports = class NotFoundView extends RootView
|
||||
id: 'not-found-view'
|
||||
template: template
|
|
@ -44,6 +44,7 @@
|
|||
"dependencies": {
|
||||
"JASON": "~0.1.3",
|
||||
"JQDeferred": "~2.1.0",
|
||||
"aether": "~0.3.0",
|
||||
"async": "0.2.x",
|
||||
"aws-sdk": "~2.0.0",
|
||||
"bayesian-battle": "0.0.x",
|
||||
|
|
Loading…
Reference in a new issue