Clean code.

This commit is contained in:
Lars Jung 2015-04-29 23:17:54 +02:00
parent 5bd767d744
commit 3dfd912266

View file

@ -33,8 +33,7 @@ modulejs.define('view/sidebar', ['$', 'core/resource', 'core/store', 'view/mainr
$sidebar.appendTo(mainrow.$el);
$toggle.appendTo(topbar.$toolbar)
.on('click', function () { update(true); });
$toggle.appendTo(topbar.$toolbar).on('click', function () { update(true); });
update(false);
return {