Added closeButton option

This commit is contained in:
Martin D
2015-11-13 12:39:01 -05:00
parent efd40e67ff
commit 18979601ca
+4
View File
@@ -106,6 +106,10 @@ interface ColorboxSettings {
*/
close?: string;
/**
* Set to false to remove the close button.
*/
closeButton?: boolean;
/**
* Error message given when ajax content for a given URL cannot be loaded.
*/
xhrError?: string;