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 = (transition == 'safe')
? $context
: (transition == 'overlay' || module.othersActive())
: (transition == 'overlay' || module.othersVisible())
? $module
: $pusher,
animate,

Loading…
Cancel
Save