Merge pull request #143 from edg2s/patch-1

Always close with 'cancel' method
This commit is contained in:
Santhosh Thottingal
2014-04-26 16:59:26 +05:30

View File

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