From 3fc00fb66b1a40ff9e551702d862bbe6b87e587c Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 4 Aug 2015 13:55:35 -0700 Subject: [PATCH] Multiline comments can have bad behaviour in 'nouislider'. --- jquery.colorpicker/jquery.colorpicker.d.ts | 9 +++++++++ nouislider/nouislider.d.ts | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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.