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

Commit

Permalink
Panel: fix lint issue missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Jan 14, 2013
1 parent 2707936 commit 591bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/panel.js
Expand Up @@ -53,7 +53,7 @@ $.widget( "mobile.panel", $.mobile.widget, {
var $theme = $.data( self._page[0], "mobilePage" ).options.theme,
$pageThemeClass = "ui-body-" + $theme;
return $pageThemeClass;
}
},
_getPanelInner = function() {
var $pannelInner = $el.find( "." + self.options.classes.panelInner );
if ( $pannelInner.length === 0 ) {
Expand Down

0 comments on commit 591bee6

Please sign in to comment.