Merge pull request #876 from jonegerton/patch-1

Include the settings field on ColorboxStatic
This commit is contained in:
Diullei Gomes
2013-08-16 19:30:50 -07:00
+5 -1
View File
@@ -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;
}
}