Always close with 'cancel' method

So that the onCancel callback is useful. Fixes #142
This commit is contained in:
Ed S
2014-04-22 00:14:39 -07:00
parent d6d0fb49bd
commit ad1be8c0af

View File

@@ -299,7 +299,7 @@
}
} );
$( 'html' ).click( $.proxy( this.hide, this ) );
$( 'html' ).click( $.proxy( this.cancel, this ) );
},
/**