JS: Remove unnecessary space in Navigation::onRendererd()

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 09:31:52 +01:00
parent f570f75958
commit e1e1a535ee
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
// initialise the menu selected by the backend as active.
var $menus = $('#menu li.active', e.target);
if ($menus.length) {
$menus.each(function () {
$menus.each(function() {
_this.setActive($(this));
});
} else {