Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
[controlgroup] Had wrong default value for option excludeInvisible
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Nov 2, 2012
1 parent 7f18a37 commit bb70b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/controlgroup.js
Expand Up @@ -15,7 +15,7 @@ define( [ "jquery",
$.widget( "mobile.controlgroup", $.mobile.widget, {
options: {
shadow: false,
excludeInvisible: false,
excludeInvisible: true,
type: "vertical",
mini: false,
initSelector: ":jqmData(role='controlgroup')"
Expand Down

0 comments on commit bb70b39

Please sign in to comment.