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

Commit

Permalink
Collapsible: added missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Jul 23, 2012
1 parent 1a68e9a commit 143557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/collapsible.js
Expand Up @@ -98,7 +98,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
icon: collapsedIcon,
mini: o.mini,
theme: o.theme
})
});

if ( !!o.inset ) {
collapsibleHeading
Expand Down

0 comments on commit 143557a

Please sign in to comment.