Refactor view/controller logic between files, fix syntax & silly bugs.
This commit is contained in:
parent
e2757b3587
commit
df790c1b54
5 changed files with 121 additions and 70 deletions
|
@ -179,7 +179,7 @@ module.exports = {
|
|||
dis.dispatch({action: 'focus_composer'});
|
||||
},
|
||||
|
||||
showScreen(screen, params) {
|
||||
showScreen: function(screen, params) {
|
||||
if (screen == 'register') {
|
||||
dis.dispatch({
|
||||
action: 'start_registration',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue