mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #6750 from martinduparc/patch-2
Added closeButton option
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user