From 18979601ca2349a648eb392138212c17bc31c959 Mon Sep 17 00:00:00 2001 From: Martin D Date: Fri, 13 Nov 2015 12:39:01 -0500 Subject: [PATCH] Added closeButton option --- jquery.colorbox/jquery.colorbox.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jquery.colorbox/jquery.colorbox.d.ts b/jquery.colorbox/jquery.colorbox.d.ts index e13b0bbd52..cc34635a7d 100644 --- a/jquery.colorbox/jquery.colorbox.d.ts +++ b/jquery.colorbox/jquery.colorbox.d.ts @@ -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;