We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371efce commit d3df858Copy full SHA for d3df858
js/jquery.mobile.dialog.js
@@ -35,7 +35,7 @@ $.widget( "mobile.dialog", $.mobile.widget, {
35
*/
36
$el
37
.bind( "vclick submit", function( e ) {
38
- var $target = $( e.target ).closest( e.type == "vclick" ? "a" : "form" );
+ var $target = $( e.target ).closest( e.type === "vclick" ? "a" : "form" );
39
40
if( $target.length && !$target.jqmData( "transition" ) ) {
41
$target
0 commit comments