mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Multiline comments can have bad behaviour in 'nouislider'.
This commit is contained in:
+9
@@ -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;
|
||||
|
||||
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user