Always close with 'cancel' method
So that the onCancel callback is useful. Fixes #142
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