+ update types jQuery-Knob, add missing filed "height" (#20990)

This commit is contained in:
krzaklus 2017-10-25 20:26:38 +02:00 committed by Sheetal Nandi
parent 5710bcabb3
commit a66ea0447a

View File

@ -1,4 +1,4 @@
// Type definitions for jQuery Knob 1.2.11
// Type definitions for jQuery Knob 1.2.13
// Project: http://anthonyterrien.com/knob/
// Definitions by: Iain Buchanan <https://github.com/iain8>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@ -58,6 +58,10 @@ declare namespace JQueryKnob {
* dial width
*/
width?: number;
/**
* dial height
*/
height?: number;
/**
* default=true | false=hide input
*/