Browse Source

fix debug settings for sidebar

pull/1243/head
jlukic 10 years ago
parent
commit
0bc4de0b73
1 changed files with 2 additions and 3 deletions
  1. 5
      src/definitions/modules/sidebar.js

5
src/definitions/modules/sidebar.js

@ -771,10 +771,9 @@ $.fn.sidebar.settings = {
namespace : 'sidebar',
debug : false,
verbose : false,
performance : false,
verbose : true,
performance : true,
workaround : false,
transition : 'auto',
mobileTransition : 'auto',

Loading…
Cancel
Save