diff --git a/jquery.colorbox/jquery.colorbox.d.ts b/jquery.colorbox/jquery.colorbox.d.ts index f9408cd0b9..164d47bb3b 100644 --- a/jquery.colorbox/jquery.colorbox.d.ts +++ b/jquery.colorbox/jquery.colorbox.d.ts @@ -277,6 +277,10 @@ interface ColorboxStatic { * Removes all traces of Colorbox from the document. */ remove(): void; + /** + * Default settings used for Colorbox calls + */ + settings: ColorboxSettings; } @@ -292,4 +296,4 @@ interface JQueryStatic { interface JQuery { colorbox: Colorbox; -} \ No newline at end of file +}