diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index fe48a55..e2c3e3b 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -299,7 +299,7 @@ } } ); - $( 'html' ).click( $.proxy( this.hide, this ) ); + $( 'html' ).click( $.proxy( this.cancel, this ) ); }, /**