Merge pull request #143 from edg2s/patch-1
Always close with 'cancel' method
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
}
|
||||
} );
|
||||
|
||||
$( 'html' ).click( $.proxy( this.hide, this ) );
|
||||
$( 'html' ).click( $.proxy( this.cancel, this ) );
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user