mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 18:13:09 +00:00
remove empty line
This commit is contained in:
parent
d7a9d832db
commit
6603c84ef5
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue