Refactor view/controller logic between files, fix syntax & silly bugs.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user