Browse Source

Move accordion settings around

pull/2300/head
jlukic 9 years ago
parent
commit
9726dd0523
1 changed files with 2 additions and 1 deletions
  1. 3
      src/definitions/modules/accordion.js

3
src/definitions/modules/accordion.js

@ -546,6 +546,8 @@ $.fn.accordion.settings = {
verbose : false, verbose : false,
performance : true, performance : true,
on : 'click',
exclusive : true, exclusive : true,
collapsible : true, collapsible : true,
closeNested : false, closeNested : false,
@ -554,7 +556,6 @@ $.fn.accordion.settings = {
duration : 350, duration : 350,
easing : 'easeOutQuad', easing : 'easeOutQuad',
on : 'click',
onOpening : function(){}, onOpening : function(){},
onOpen : function(){}, onOpen : function(){},

Loading…
Cancel
Save