mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 19:32:03 -04: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": {
|
"dependencies": {
|
||||||
"JASON": "~0.1.3",
|
"JASON": "~0.1.3",
|
||||||
"JQDeferred": "~2.1.0",
|
"JQDeferred": "~2.1.0",
|
||||||
|
"aether": "~0.3.0",
|
||||||
"async": "0.2.x",
|
"async": "0.2.x",
|
||||||
"aws-sdk": "~2.0.0",
|
"aws-sdk": "~2.0.0",
|
||||||
"bayesian-battle": "0.0.x",
|
"bayesian-battle": "0.0.x",
|
||||||
|
|
Loading…
Add table
Reference in a new issue