mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #876 from jonegerton/patch-1
Include the settings field on ColorboxStatic
This commit is contained in:
Vendored
+5
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user