Disable side menu on login page conference app

With the latest version of the conference app (as of Feb 14, 2016) I get an error on the following line:

this.app.getComponent('leftMenu').enable(false);

ORIGINAL EXCEPTION: TypeError: Cannot read property ‘enable’ of undefined

Any ideas?