fix some typo's

This commit is contained in:
Berkeley Martinez
2015-07-08 22:53:26 -07:00
parent c98afee926
commit ac35b4bf73
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ export default function reactSubRouter(app) {
function serveReactApp(req, res, next) {
const fcc = new Cat();
const location = new Location(req.path, req.query)
const location = new Location(req.path, req.query);
// returns a router wrapped app
app$(location)

View File

@ -7,4 +7,4 @@ html(ng-app='profileValidation', lang='en')
include partials/flash
#fcc!= markup
script!= state
script(src='js/bundle.js')
script(src='/js/bundle.js')