Browse Source

Sidebars: Fixes typo when checking for other active sidebars

pull/1378/head
jlukic 10 years ago
parent
commit
7bb88ce0cf
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/sidebar.js

2
src/definitions/modules/sidebar.js

@ -385,7 +385,7 @@ $.fn.sidebar = function(parameters) {
transition = module.get.transition(), transition = module.get.transition(),
$transition = (transition == 'safe') $transition = (transition == 'safe')
? $context ? $context
: (transition == 'overlay' || module.othersActive())
: (transition == 'overlay' || module.othersVisible())
? $module ? $module
: $pusher, : $pusher,
animate, animate,

Loading…
Cancel
Save