Fixed not found page (got rid of NotFoundView in core)

This commit is contained in:
tahmidshahriar 2015-06-24 14:49:26 -07:00
parent 6ac3ea9f5f
commit f6a35f1fd4
2 changed files with 1 additions and 6 deletions

View file

@ -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

View file

@ -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",