From 0ceaa8da42173f4b3d82d55cebca511a4d9a4684 Mon Sep 17 00:00:00 2001 From: rr- Date: Fri, 8 Apr 2016 10:35:38 +0200 Subject: client/views: refactor rendering --- client/js/controllers/help_controller.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/js/controllers/help_controller.js') diff --git a/client/js/controllers/help_controller.js b/client/js/controllers/help_controller.js index 9ee980d..2cc53a2 100644 --- a/client/js/controllers/help_controller.js +++ b/client/js/controllers/help_controller.js @@ -18,7 +18,9 @@ class HelpController { showHelpRoute(section) { topNavController.activate('help'); - this.helpView.render(section); + this.helpView.render({ + section: section, + }); } } -- cgit v1.3