Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
medovob authored and Scott Jehl committed Nov 16, 2010
1 parent d7a9d83 commit 6603c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/jquery.mobile.dialog.js
Expand Up @@ -14,7 +14,6 @@ $.widget( "mobile.dialog", $.mobile.widget, {
$closeBtn = $('<a href="#" data-icon="delete" data-iconpos="notext">Close</a>');

$el.delegate("a, form", "click submit", function(e){

if( e.type == "click" && ( $(e.target).closest('[data-back]')[0] || this==$closeBtn[0] ) ){
self.close();
return false;
Expand Down

0 comments on commit 6603c84

Please sign in to comment.