Skip to content

Commit

Permalink
Merge pull request #2514 from dduugg/jqueryui
Browse files Browse the repository at this point in the history
Fix JQueryUI Slider definitions
  • Loading branch information
basarat committed Jul 16, 2014
2 parents 9faf4b4 + a5c374e commit c1355d1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions jqueryui/jqueryui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,14 @@ declare module JQueryUI {
orientation?: string;
range?: any; // boolean or string
step?: number;
// value?: number;
// values?: number[];
value?: number;
values?: number[];
}

interface SliderUIParams {
handle?: JQuery;
value?: number;
values?: number[];
}

interface SliderEvent {
Expand Down

0 comments on commit c1355d1

Please sign in to comment.