mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-13 12:20:12 +08:00
update ion.rangeSlider tsd from 2.0.1 to 2.0.2
This commit is contained in:
Vendored
+3
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for for Ion.RangeSlider 2.0.1
|
||||
// Type definitions for for Ion.RangeSlider 2.0.2
|
||||
// Project: https://github.com/IonDen/ion.rangeSlider/
|
||||
// Definitions by: Sixin Li <https://github.com/sixinli>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -14,8 +14,9 @@ interface JQuery {
|
||||
}
|
||||
|
||||
interface IonRangeSliderOptions {
|
||||
decorate_both?: boolean
|
||||
decorate_both?: boolean;
|
||||
disable?: boolean;
|
||||
drag_interval?: boolean;
|
||||
force_edges?: boolean;
|
||||
from?: number;
|
||||
from_fixed?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user