Commit c8649c5d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix issue with undefined dispather page

parent 92f04733
...@@ -12,6 +12,9 @@ class Dispatcher ...@@ -12,6 +12,9 @@ class Dispatcher
console.log(page) console.log(page)
unless page
return false
path = page.split(':') path = page.split(':')
switch page switch page
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment