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

Commit

Permalink
Lint: Fix comma at the end of a hash, not caught by the linter. Fixes #…
Browse files Browse the repository at this point in the history
…6703 - Non-minified 1.4.0 rc1 fails to load in IE7
  • Loading branch information
Gabriel Schulhof authored and gseguin committed Nov 15, 2013
1 parent 1fdbbb6 commit 43eab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/collapsibleSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $.widget( "mobile.collapsibleset", $.extend( {
initSelector: ":jqmData(role='collapsible-set'),:jqmData(role='collapsibleset')",

options: $.extend( {
enhanced: false,
enhanced: false
}, $.mobile.collapsible.defaults ),

_handleCollapsibleExpand: function( event ) {
Expand Down

0 comments on commit 43eab1a

Please sign in to comment.