diff --git a/jquery.colorpicker/jquery.colorpicker.d.ts b/jquery.colorpicker/jquery.colorpicker.d.ts index 469757589..5c89e4ed0 100644 --- a/jquery.colorpicker/jquery.colorpicker.d.ts +++ b/jquery.colorpicker/jquery.colorpicker.d.ts @@ -6,6 +6,15 @@ /// interface JQueryColorpickerOptions { + // Events + // TODO: Figure out actual types. + cancel: Function, + close: Function, + init: Function, + select: Function, + ok: Function, + open: Function, + alpha?: boolean; altAlpha?: boolean; altField?: string; diff --git a/nouislider/nouislider.d.ts b/nouislider/nouislider.d.ts index 5b1700b23..e82418d97 100644 --- a/nouislider/nouislider.d.ts +++ b/nouislider/nouislider.d.ts @@ -82,7 +82,7 @@ interface noUiSliderOptions { animate?: boolean; /** * All values on the slider are part of a range. The range has a minimum and maximum value. - * + */ behaviour?: string; /** * To format the slider output, noUiSlider offers a format option.