remove empty line

This commit is contained in:
Richard Stutfield 2010-11-16 21:28:54 +08:00 committed by Scott Jehl
parent d7a9d832db
commit 6603c84ef5

View file

@ -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;