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

Commit

Permalink
Panel: Remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Jan 21, 2013
1 parent 8b16513 commit a9a6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ $.widget( "mobile.panel", $.mobile.widget, {
// Close immediately if another panel on the page opens
.on( "panelbeforeopen", function( e ) {
if ( self._open && e.target !== self.element[ 0 ] ) {
self.close( true );alert("closing");
self.close( true );
}
})
// clean up open panels after page hide
Expand Down

0 comments on commit a9a6b23

Please sign in to comment.