Merge pull request #6750 from martinduparc/patch-2

Added closeButton option
This commit is contained in:
Masahiro Wakame
2015-11-17 00:10:21 +09:00
+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;