Multiline comments can have bad behaviour in 'nouislider'.

This commit is contained in:
Daniel Rosenwasser
2015-08-04 13:55:35 -07:00
parent 12b3552f37
commit 3fc00fb66b
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -6,6 +6,15 @@
/// <reference path="../jquery/jquery.d.ts" />
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;
+1 -1
View File
@@ -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.